Skip to content

Commit

Permalink
bump 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Jun 21, 2016
1 parent ed3216c commit f60b81a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 2.7.0 (2016-06-21)

### Improvements
* Adds udpin-multi support

## Version 2.6.0 (2016-06-17)

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

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

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

- Adds udpin-multi support

Version 2.6.0 (2016-06-17)
--------------------------

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.6.0'
version = '2.7.0'

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

0 comments on commit f60b81a

Please sign in to comment.