Skip to content

Commit

Permalink
bump 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Apr 21, 2017
1 parent c633a5c commit 3d6479a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Version 2.9.1 (2017-04-21)

### Improvements
* home locatin notifications
* notify ci status to gitter
* basic python 3 support
* isolated logger function so implementers can override
* rename windows installer

### Cleanup
* removed legacy cloud integrations

### Bug Fixes
* fix missing ** operator for pymavlink compatibility

## Version 2.9.0 (2016-08-29)

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

Version 2.9.1 (2017-04-21)
--------------------------

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

- home locatin notifications
- notify ci status to gitter
- basic python 3 support
- isolated logger function so implementers can override
- rename windows installer

Cleanup
~~~~~~~

- removed legacy cloud integrations

Bug Fixes
~~~~~~~~~

- fix missing \*\* operator for pymavlink compatibility

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

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.9.0'
version = '2.9.1'

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

0 comments on commit 3d6479a

Please sign in to comment.