File tree 3 files changed +38
-1
lines changed
3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
18
## Version 2.9.0 (2016-08-29)
4
19
5
20
### Bug Fixes
Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
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
+
6
28
Version 2.9.0 (2016-08-29)
7
29
--------------------------
8
30
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , Extension
2
2
import platform
3
3
4
- version = '2.9.0 '
4
+ version = '2.9.1 '
5
5
6
6
setup (name = 'dronekit' ,
7
7
zip_safe = True ,
You can’t perform that action at this time.
0 commit comments