Skip to content

Commit 81bbd80

Browse files
committed
v1.5.0
1 parent b707772 commit 81bbd80

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

Diff for: docs/about/github_latest_release.txt

+10-18
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,27 @@
11
.. This document was auto-generated by the get_release_notes.py script using latest-release information from github
22

3-
Release 1.4.3 (August 10, 2015)
3+
Release 1.5.0 (August 12, 2015)
44
===============================
55

66

77
**Features:**
88

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

1112
**Documentation:**
1213

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

16-
Commits
17-
-------
16+
Source Code
17+
-----------
1818

1919

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

22-
Bug fixes
23-
---------
24-
25-
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).
27-
28-
Merged pull requests
29-
--------------------
30-
31-
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).
22+
* View `**commits** included in this release <https://github.com/dronekit/dronekit-python/compare/v1.4.3...v1.5.0>`_
23+
* 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+>`_
24+
* 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+>`_
3325

3426
Notes
3527
-----

Diff for: setup.py

+1-1
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.3'
4+
version = '1.5.0'
55

66
ext_modules = []
77

0 commit comments

Comments
 (0)