Skip to content

Commit 8b8a84b

Browse files
committedJul 7, 2015
v1.3.1
1 parent 0b9e337 commit 8b8a84b

File tree

2 files changed

+7
-23
lines changed

2 files changed

+7
-23
lines changed
 

‎docs/about/github_latest_release.txt

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

3-
Release 1.3.0 (July 6, 2015)
3+
Release 1.3.1 (July 7, 2015)
44
============================
55

66

7-
**Features:**
8-
9-
* Windows installer for DroneKit-Python (`#161 <https://github.com/diydrones/dronekit-python/pull/161>`_)
10-
* `Rangefinder` class added (`#175 <https://github.com/diydrones/dronekit-python/pull/175>`_)
11-
127
**Bugs:**
138

14-
* Takeoff now rejects `inf`/`NaN` values. (`#174 <https://github.com/diydrones/dronekit-python/pull/174>`_).
15-
16-
**Guides:**
17-
18-
* Complete Guided Mode Copter tutorial and example added. (`#170 <https://github.com/diydrones/dronekit-python/pull/170>`_).
19-
* Guides rewritten to target native Windows and Linux development. (`#149 <https://github.com/diydrones/dronekit-python/pull/149>`_).
20-
* "Quick Start" removed, obsoleted by dedicated Getting Started and SITL sections. (`#158 <https://github.com/diydrones/dronekit-python/pull/158>`_).
21-
22-
**Documentation:**
23-
24-
* `Vehicle.battery` documentation updated. (`#148 <https://github.com/diydrones/dronekit-python/pull/148>`_).
25-
* `hello_world` example is replaced by `vehicle_state`. (`#146 <https://github.com/diydrones/dronekit-python/pull/146>`_).
9+
* `math` import missing for `takeoff` method. (`#174 <https://github.com/diydrones/dronekit-python/pull/182>`_).
2610

2711
Commits
2812
-------
2913

3014

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

3317
Bug fixes
3418
---------
3519

3620

37-
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-05-02+is%3Aissue+>`_ (Github).
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).
3822

3923
Merged pull requests
4024
--------------------
4125

4226

43-
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-05-02+is%3Apr+>`_ (Github).
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).
4428

4529
Notes
4630
-----
4731

4832

49-
Thanks to @jmacgithu, @djnugent, @stephendade, @hamishwillee, @mrpollo, @tcr3dr
33+
Thanks to @djnugent, @hamishwillee

‎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.3.0'
4+
version = '1.3.1'
55

66
ext_modules = []
77

0 commit comments

Comments
 (0)
Please sign in to comment.