File tree Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 33Changelog
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+
628Version 2.9.0 (2016-08-29)
729--------------------------
830
Original file line number Diff line number Diff line change 11from setuptools import setup , Extension
22import platform
33
4- version = '2.9.0 '
4+ version = '2.9.1 '
55
66setup (name = 'dronekit' ,
77 zip_safe = True ,
You can’t perform that action at this time.
0 commit comments