Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tcr3dr committed Jul 24, 2015
1 parent 2943d82 commit fc2a36f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
27 changes: 20 additions & 7 deletions docs/about/github_latest_release.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,46 @@
.. This document was auto-generated by the get_release_notes.py script using latest-release information from github

Release 1.3.1 (July 7, 2015)
============================
Release 1.4.0 (July 24, 2015)
=============================


**Features:**

* Unit, integration, and web client test benches added (#197, #199, #223)

**Bugs:**

* `math` import missing for `takeoff` method. (`#174 <https://github.com/diydrones/dronekit-python/pull/182>`_).
* Web client tests fixed for Windows (#194)

**Guides:**

* Added test authoring to contribution guide (#212)

**Documentation:**

* Added information about clearing ROI (#172)
* Explicitly documented issues about `Vehicle.commands.clear()` (#213)

Commits
-------


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

Bug fixes
---------


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).
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).

Merged pull requests
--------------------


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).
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).

Notes
-----


Thanks to @djnugent, @hamishwillee
Thanks to @hamishwillee, @mrpollo, @tcr3dr
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, Extension
import platform

version = '1.3.1'
version = '1.4.0'

ext_modules = []

Expand Down

0 comments on commit fc2a36f

Please sign in to comment.