File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 2.8.0 (2016-07-15)
4+
5+ ### Bug Fixes
6+ * Makes sure we are listening to ` HOME_LOCATION ` message, befor we
7+ would only set home location if received by waypoints.
8+
39## Version 2.7.0 (2016-06-21)
410
511### Improvements
Original file line number Diff line number Diff line change 33Changelog
44=========
55
6+ Version 2.8.0 (2016-07-15)
7+ --------------------------
8+
9+ Bug Fixes
10+ ~~~~~~~~~
11+
12+ - Makes sure we are listening to ``HOME_LOCATION`` message, befor we
13+ would only set home location if received by waypoints.
14+
615Version 2.7.0 (2016-06-21)
716--------------------------
817
Original file line number Diff line number Diff line change 11from setuptools import setup , Extension
22import platform
33
4- version = '2.7 .0'
4+ version = '2.8 .0'
55
66setup (name = 'dronekit' ,
77 zip_safe = True ,
You can’t perform that action at this time.
0 commit comments