Skip to content

Commit 78c3517

Browse files
committed
v1.4.2
1 parent a32a59d commit 78c3517

File tree

2 files changed

+26
-27
lines changed

2 files changed

+26
-27
lines changed
Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,42 @@
1-
.. This document was auto-generated by the get_release_notes.py script using latest-release information from github
2-
3-
Release 1.4.1 (July 27, 2015)
4-
=============================
5-
6-
7-
The URL of this repository has moved to https://github.com/dronekit/dronekit-python. Welcome to the new org!
1+
.. This document was auto-generated by the get_release_notes.py script using latest-release information from github
2+
3+
Release 1.4.2 (July 29, 2015)
4+
=============================
5+
86

97
**Features:**
108

11-
* Windows installer tested using Appveyor (#236)
9+
* Windows installers now built and published by Appveyor (#253)
1210

1311
**Bugs:**
1412

15-
* Added protobuf as dependency for Windows (#217, #236)
13+
* All observers are removed when APIThread terminates (#255)
14+
* Tests are now silent (#254)
1615

1716
**Documentation:**
1817

19-
* Rangefinder docs improved (#184, #237)
20-
21-
Commits
22-
-------
23-
24-
25-
The commits relevant to this release `are listed here <https://github.com/dronekit/dronekit-python/compare/v1.4.0...v1.4.1>`_ (Github)
26-
27-
Bug fixes
28-
---------
18+
* `test_simpledemo.py` is now an example integration test (#254)
2919

20+
Commits
21+
-------
22+
3023

31-
The bugs that were closed in this release `are listed here <https://github.com/dronekit/dronekit-python/issues?utf8=%E2%9C%93&q=is%3Aclosed+created%3A%3E2015-07-24+is%3Aissue+>`_ (Github).
24+
The commits relevant to this release `are listed here <https://github.com/dronekit/dronekit-python/compare/v1.4.1...v1.4.2>`_ (Github)
3225

33-
Merged pull requests
34-
--------------------
26+
Bug fixes
27+
---------
28+
3529

30+
The bugs that were closed in this release `are listed here <https://github.com/dronekit/dronekit-python/issues?utf8=%E2%9C%93&q=is%3Aclosed+created%3A%3E2015-07-27+is%3Aissue+>`_ (Github).
3631

37-
The pull requests merged into this release `are listed here <https://github.com/dronekit/dronekit-python/pulls?utf8=%E2%9C%93&q=is%3Amerged+created%3A%3E2015-07-24+is%3Apr+>`_ (Github).
32+
Merged pull requests
33+
--------------------
34+
3835

39-
Notes
40-
-----
36+
The pull requests merged into this release `are listed here <https://github.com/dronekit/dronekit-python/pulls?utf8=%E2%9C%93&q=is%3Amerged+created%3A%3E2015-07-27+is%3Apr+>`_ (Github).
4137

38+
Notes
39+
-----
40+
4241

43-
Thanks to @stephendade, @hamishwillee, @mrpollo, @tcr3dr
42+
Thanks to @hamishwillee, @mrpollo, @tcr3dr

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, Extension
22
import platform
33

4-
version = '1.4.1'
4+
version = '1.4.2'
55

66
ext_modules = []
77

0 commit comments

Comments
 (0)