-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,42 @@ | ||
.. This document was auto-generated by the get_release_notes.py script using latest-release information from github | ||
|
||
Release 1.4.1 (July 27, 2015) | ||
============================= | ||
|
||
|
||
The URL of this repository has moved to https://github.com/dronekit/dronekit-python. Welcome to the new org! | ||
.. This document was auto-generated by the get_release_notes.py script using latest-release information from github | ||
|
||
Release 1.4.2 (July 29, 2015) | ||
============================= | ||
|
||
|
||
**Features:** | ||
|
||
* Windows installer tested using Appveyor (#236) | ||
* Windows installers now built and published by Appveyor (#253) | ||
|
||
**Bugs:** | ||
|
||
* Added protobuf as dependency for Windows (#217, #236) | ||
* All observers are removed when APIThread terminates (#255) | ||
* Tests are now silent (#254) | ||
|
||
**Documentation:** | ||
|
||
* Rangefinder docs improved (#184, #237) | ||
|
||
Commits | ||
------- | ||
|
||
|
||
The commits relevant to this release `are listed here <https://github.com/dronekit/dronekit-python/compare/v1.4.0...v1.4.1>`_ (Github) | ||
|
||
Bug fixes | ||
--------- | ||
* `test_simpledemo.py` is now an example integration test (#254) | ||
|
||
Commits | ||
------- | ||
|
||
|
||
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). | ||
The commits relevant to this release `are listed here <https://github.com/dronekit/dronekit-python/compare/v1.4.1...v1.4.2>`_ (Github) | ||
|
||
Merged pull requests | ||
-------------------- | ||
Bug fixes | ||
--------- | ||
|
||
|
||
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). | ||
|
||
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). | ||
Merged pull requests | ||
-------------------- | ||
|
||
|
||
Notes | ||
----- | ||
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). | ||
|
||
Notes | ||
----- | ||
|
||
|
||
Thanks to @stephendade, @hamishwillee, @mrpollo, @tcr3dr | ||
Thanks to @hamishwillee, @mrpollo, @tcr3dr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from setuptools import setup, Extension | ||
import platform | ||
|
||
version = '1.4.1' | ||
version = '1.4.2' | ||
|
||
ext_modules = [] | ||
|
||
|