Skip to content

Commit

Permalink
bump 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Jul 15, 2016
1 parent 51d64c8 commit 51e9fe9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 2.8.0 (2016-07-15)

### Bug Fixes
* Makes sure we are listening to `HOME_LOCATION` message, befor we
would only set home location if received by waypoints.

## Version 2.7.0 (2016-06-21)

### Improvements
Expand Down
9 changes: 9 additions & 0 deletions docs/about/github_latest_release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Changelog
=========

Version 2.8.0 (2016-07-15)
--------------------------

Bug Fixes
~~~~~~~~~

- Makes sure we are listening to ``HOME_LOCATION`` message, befor we
would only set home location if received by waypoints.

Version 2.7.0 (2016-06-21)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, Extension
import platform

version = '2.7.0'
version = '2.8.0'

setup(name='dronekit',
zip_safe=True,
Expand Down

0 comments on commit 51e9fe9

Please sign in to comment.