We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3216c commit f60b81aCopy full SHA for f60b81a
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## Version 2.7.0 (2016-06-21)
4
+
5
+### Improvements
6
+* Adds udpin-multi support
7
8
## Version 2.6.0 (2016-06-17)
9
10
### Bug Fixes
docs/about/github_latest_release.txt
@@ -3,6 +3,14 @@
Changelog
=========
+Version 2.7.0 (2016-06-21)
+--------------------------
+Improvements
+~~~~~~~~~~~~
11
12
+- Adds udpin-multi support
13
14
Version 2.6.0 (2016-06-17)
15
--------------------------
16
setup.py
@@ -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,
0 commit comments