Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tcr3dr committed Aug 12, 2015
1 parent b707772 commit 81bbd80
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
28 changes: 10 additions & 18 deletions docs/about/github_latest_release.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,27 @@
.. This document was auto-generated by the get_release_notes.py script using latest-release information from github

Release 1.4.3 (August 10, 2015)
Release 1.5.0 (August 12, 2015)
===============================


**Features:**

* Windows installer added to installation guide. (#273)
* Added methods to unset `mavlink_callback`. (#115, #240)
* Publishing scripts now live in `scripts/` (#259)

**Documentation:**

* Added Mission documentation (#272)
* Clarifies script inclusion paths (#261)
* Documented clearing of `mavlink_callback`. (#245)

Commits
-------
Source Code
-----------


The commits relevant to this release `are listed here <https://github.com/dronekit/dronekit-python/compare/v1.4.2...v1.4.3>`_ (Github)
Source code is available at <https://github.com/dronekit/dronekit-python/releases/tag/v1.5.0>.

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

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


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).
* View `**commits** included in this release <https://github.com/dronekit/dronekit-python/compare/v1.4.3...v1.5.0>`_
* View `**bugs** closed by this release <https://github.com/dronekit/dronekit-python/issues?utf8=%E2%9C%93&q=is%3Aclosed+created%3A%3E2015-08-10+is%3Aissue+>`_
* View `**pull requests** merged into this release <https://github.com/dronekit/dronekit-python/pulls?utf8=%E2%9C%93&q=is%3Amerged+created%3A%3E2015-08-10+is%3Apr+>`_

Notes
-----
Expand Down
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.4.3'
version = '1.5.0'

ext_modules = []

Expand Down

0 comments on commit 81bbd80

Please sign in to comment.