Skip to content

Commit fc2a36f

Browse files
committed
v1.4.0
1 parent 2943d82 commit fc2a36f

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

docs/about/github_latest_release.txt

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

3-
Release 1.3.1 (July 7, 2015)
4-
============================
3+
Release 1.4.0 (July 24, 2015)
4+
=============================
55

66

7+
**Features:**
8+
9+
* Unit, integration, and web client test benches added (#197, #199, #223)
10+
711
**Bugs:**
812

9-
* `math` import missing for `takeoff` method. (`#174 <https://github.com/diydrones/dronekit-python/pull/182>`_).
13+
* Web client tests fixed for Windows (#194)
14+
15+
**Guides:**
16+
17+
* Added test authoring to contribution guide (#212)
18+
19+
**Documentation:**
20+
21+
* Added information about clearing ROI (#172)
22+
* Explicitly documented issues about `Vehicle.commands.clear()` (#213)
1023

1124
Commits
1225
-------
1326

1427

15-
The commits relevant to this release `are listed here <https://github.com/diydrones/dronekit-python/compare/1.3.0...v1.3.1>`_ (Github)
28+
The commits relevant to this release `are listed here <https://github.com/diydrones/dronekit-python/compare/v1.3.1...v1.4.0>`_ (Github)
1629

1730
Bug fixes
1831
---------
1932

2033

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

2336
Merged pull requests
2437
--------------------
2538

2639

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

2942
Notes
3043
-----
3144

3245

33-
Thanks to @djnugent, @hamishwillee
46+
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.3.1'
4+
version = '1.4.0'
55

66
ext_modules = []
77

0 commit comments

Comments
 (0)