Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit fac629c

Browse files
committed
bump 2.9.0
1 parent 56748a2 commit fac629c

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Version 2.9.0 (2016-08-29)
4+
5+
### Bug Fixes
6+
* MAVConnection stops threads on exit and close
7+
* PX4 Pro flight modes are now properly supported
8+
* go to test now uses correct `global_relative_frame` alt
9+
10+
### Improvements
11+
* Updated pymavlink dependency to v2 from v1 hoping we don't fall behind
12+
again.
13+
314
## Version 2.8.0 (2016-07-15)
415

516
### Bug Fixes

docs/about/github_latest_release.txt

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
Changelog
44
=========
55

6+
Version 2.9.0 (2016-08-29)
7+
--------------------------
8+
9+
Bug Fixes
10+
~~~~~~~~~
11+
12+
- MAVConnection stops threads on exit and close
13+
- PX4 Pro flight modes are now properly supported
14+
- go to test now uses correct ``global_relative_frame`` alt
15+
16+
Improvements
17+
~~~~~~~~~~~~
18+
19+
- Updated pymavlink dependency to v2 from v1 hoping we don't fall
20+
behind again.
21+
622
Version 2.8.0 (2016-07-15)
723
--------------------------
824

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, Extension
22
import platform
33

4-
version = '2.8.0'
4+
version = '2.9.0'
55

66
setup(name='dronekit',
77
zip_safe=True,

0 commit comments

Comments
 (0)