Skip to content

Commit

Permalink
bump 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Aug 29, 2016
1 parent 56748a2 commit fac629c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Version 2.9.0 (2016-08-29)

### Bug Fixes
* MAVConnection stops threads on exit and close
* PX4 Pro flight modes are now properly supported
* go to test now uses correct `global_relative_frame` alt

### Improvements
* Updated pymavlink dependency to v2 from v1 hoping we don't fall behind
again.

## Version 2.8.0 (2016-07-15)

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

Version 2.9.0 (2016-08-29)
--------------------------

Bug Fixes
~~~~~~~~~

- MAVConnection stops threads on exit and close
- PX4 Pro flight modes are now properly supported
- go to test now uses correct ``global_relative_frame`` alt

Improvements
~~~~~~~~~~~~

- Updated pymavlink dependency to v2 from v1 hoping we don't fall
behind again.

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

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.8.0'
version = '2.9.0'

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

0 comments on commit fac629c

Please sign in to comment.