We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fae844 commit d2db2e7Copy full SHA for d2db2e7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## Version 2.6.0 (2016-06-17)
4
+
5
+### Bug Fixes
6
+* Fixes patched mavutil sendfn
7
8
## Version 2.5.0 (2016-05-04)
9
10
### Improvements
docs/about/github_latest_release.txt
@@ -3,6 +3,14 @@
Changelog
=========
+Version 2.6.0 (2016-06-17)
+--------------------------
+Bug Fixes
+~~~~~~~~~
11
12
+- Fixes patched mavutil sendfn
13
14
Version 2.5.0 (2016-05-04)
15
--------------------------
16
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, Extension
import platform
-version = '2.5.0'
+version = '2.6.0'
setup(name='dronekit',
zip_safe=True,
0 commit comments