Skip to content

Commit 3d6479a

Browse files
committed
bump 2.9.1
1 parent c633a5c commit 3d6479a

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## Version 2.9.1 (2017-04-21)
4+
5+
### Improvements
6+
* home locatin notifications
7+
* notify ci status to gitter
8+
* basic python 3 support
9+
* isolated logger function so implementers can override
10+
* rename windows installer
11+
12+
### Cleanup
13+
* removed legacy cloud integrations
14+
15+
### Bug Fixes
16+
* fix missing ** operator for pymavlink compatibility
17+
318
## Version 2.9.0 (2016-08-29)
419

520
### Bug Fixes

docs/about/github_latest_release.txt

+22
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
Changelog
44
=========
55

6+
Version 2.9.1 (2017-04-21)
7+
--------------------------
8+
9+
Improvements
10+
~~~~~~~~~~~~
11+
12+
- home locatin notifications
13+
- notify ci status to gitter
14+
- basic python 3 support
15+
- isolated logger function so implementers can override
16+
- rename windows installer
17+
18+
Cleanup
19+
~~~~~~~
20+
21+
- removed legacy cloud integrations
22+
23+
Bug Fixes
24+
~~~~~~~~~
25+
26+
- fix missing \*\* operator for pymavlink compatibility
27+
628
Version 2.9.0 (2016-08-29)
729
--------------------------
830

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 = '2.9.0'
4+
version = '2.9.1'
55

66
setup(name='dronekit',
77
zip_safe=True,

0 commit comments

Comments
 (0)