File tree 3 files changed +16
-1
lines changed
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## Version 2.7.0 (2016-06-21)
4
10
5
11
### Improvements
Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
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
+
6
15
Version 2.7.0 (2016-06-21)
7
16
--------------------------
8
17
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.7 .0'
4
+ version = '2.8 .0'
5
5
6
6
setup (name = 'dronekit' ,
7
7
zip_safe = True ,
You can’t perform that action at this time.
0 commit comments