File tree Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 2.5.0 (2016-05-04)
4+
5+ ### Improvements
6+ * Catch and display message and attribute errors, then continue
7+ * Improved takeoff example docs
8+ * Deploy docs on successful merge into master (from CircleCI)
9+ * Drone delivery example, explain port to connect
10+ * MicroCGS example now uses SITL
11+ * Make running examples possible on Vagrant
12+
13+ ### Bug Fixes
14+ * Mav type for rover was incorrect
15+ * ` _is_mode_available ` can now handle unrecognized mode codes
16+ * Fix broken links on companion computer page
17+ * Fix infinite loop on channel test
18+
19+
20+
321## Version 2.4.0 (2016-02-29)
422
523### Bug Fixes
Original file line number Diff line number Diff line change 33Changelog
44=========
55
6+ Version 2.5.0 (2016-05-04)
7+ --------------------------
8+
9+ Improvements
10+ ~~~~~~~~~~~~
11+
12+ - Catch and display message and attribute errors, then continue
13+ - Improved takeoff example docs
14+ - Deploy docs on successful merge into master (from CircleCI)
15+ - Drone delivery example, explain port to connect
16+ - MicroCGS example now uses SITL
17+ - Make running examples possible on Vagrant
18+
19+ Bug Fixes
20+ ~~~~~~~~~
21+
22+ - Mav type for rover was incorrect
23+ - ``_is_mode_available`` can now handle unrecognized mode codes
24+ - Fix broken links on companion computer page
25+ - Fix infinite loop on channel test
26+
627Version 2.4.0 (2016-02-29)
728--------------------------
829
Original file line number Diff line number Diff line change 11from setuptools import setup , Extension
22import platform
33
4- version = '2.4 .0'
4+ version = '2.5 .0'
55
66setup (name = 'dronekit' ,
77 zip_safe = True ,
You can’t perform that action at this time.
0 commit comments