File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 2.9.0 (2016-08-29)
4+
5+ ### Bug Fixes
6+ * MAVConnection stops threads on exit and close
7+ * PX4 Pro flight modes are now properly supported
8+ * go to test now uses correct ` global_relative_frame ` alt
9+
10+ ### Improvements
11+ * Updated pymavlink dependency to v2 from v1 hoping we don't fall behind
12+ again.
13+
314## Version 2.8.0 (2016-07-15)
415
516### Bug Fixes
Original file line number Diff line number Diff line change 33Changelog
44=========
55
6+ Version 2.9.0 (2016-08-29)
7+ --------------------------
8+
9+ Bug Fixes
10+ ~~~~~~~~~
11+
12+ - MAVConnection stops threads on exit and close
13+ - PX4 Pro flight modes are now properly supported
14+ - go to test now uses correct ``global_relative_frame`` alt
15+
16+ Improvements
17+ ~~~~~~~~~~~~
18+
19+ - Updated pymavlink dependency to v2 from v1 hoping we don't fall
20+ behind again.
21+
622Version 2.8.0 (2016-07-15)
723--------------------------
824
Original file line number Diff line number Diff line change 11from setuptools import setup , Extension
22import platform
33
4- version = '2.8 .0'
4+ version = '2.9 .0'
55
66setup (name = 'dronekit' ,
77 zip_safe = True ,
You can’t perform that action at this time.
0 commit comments