Skip to content

Commit 51e9fe9

Browse files
committed
bump 2.8.0
1 parent 51d64c8 commit 51e9fe9

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

docs/about/github_latest_release.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
Changelog
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+
615
Version 2.7.0 (2016-06-21)
716
--------------------------
817

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, Extension
22
import platform
33

4-
version = '2.7.0'
4+
version = '2.8.0'
55

66
setup(name='dronekit',
77
zip_safe=True,

0 commit comments

Comments
 (0)