Skip to content

Commit b4358fb

Browse files
committed
v1.4.3
1 parent e0d9fe6 commit b4358fb

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

docs/about/github_latest_release.txt

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,35 @@
11
.. This document was auto-generated by the get_release_notes.py script using latest-release information from github
22

3-
Release 1.4.2 (July 29, 2015)
4-
=============================
3+
Release 1.4.3 (August 10, 2015)
4+
===============================
55

66

77
**Features:**
88

9-
* Windows installers now built and published by Appveyor (#253)
10-
11-
**Bugs:**
12-
13-
* All observers are removed when APIThread terminates (#255)
14-
* Tests are now silent (#254)
9+
* Windows installer added to installation guide. (#273)
1510

1611
**Documentation:**
1712

18-
* `test_simpledemo.py` is now an example integration test (#254)
13+
* Added Mission documentation (#272)
14+
* Clarifies script inclusion paths (#261)
1915

2016
Commits
2117
-------
2218

2319

24-
The commits relevant to this release `are listed here <https://github.com/dronekit/dronekit-python/compare/v1.4.1...v1.4.2>`_ (Github)
20+
The commits relevant to this release `are listed here <https://github.com/dronekit/dronekit-python/compare/v1.4.2...v1.4.3>`_ (Github)
2521

2622
Bug fixes
2723
---------
2824

2925

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).
26+
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-29+is%3Aissue+>`_ (Github).
3127

3228
Merged pull requests
3329
--------------------
3430

3531

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).
32+
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-29+is%3Apr+>`_ (Github).
3733

3834
Notes
3935
-----

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.2'
4+
version = '1.4.3'
55

66
ext_modules = []
77

0 commit comments

Comments
 (0)