Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 95ad2bb

Browse files
committedMay 4, 2016
Merge pull request #621 from dronekit/rroche/bump-2.5.0
bump 2.5.0
2 parents 9b27f34 + 2a66dcc commit 95ad2bb

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## Version 2.5.0 (2016-05-04)
4+
5+
### Improvements
6+
* Catch and display message and attribute errors, then continue
7+
* Improved takeoff example docs
8+
* Deploy docs on successful merge into master (from CircleCI)
9+
* Drone delivery example, explain port to connect
10+
* MicroCGS example now uses SITL
11+
* Make running examples possible on Vagrant
12+
13+
### Bug Fixes
14+
* Mav type for rover was incorrect
15+
* `_is_mode_available` can now handle unrecognized mode codes
16+
* Fix broken links on companion computer page
17+
* Fix infinite loop on channel test
18+
19+
20+
321
## Version 2.4.0 (2016-02-29)
422

523
### Bug Fixes

‎docs/about/github_latest_release.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
Changelog
44
=========
55

6+
Version 2.5.0 (2016-05-04)
7+
--------------------------
8+
9+
Improvements
10+
~~~~~~~~~~~~
11+
12+
- Catch and display message and attribute errors, then continue
13+
- Improved takeoff example docs
14+
- Deploy docs on successful merge into master (from CircleCI)
15+
- Drone delivery example, explain port to connect
16+
- MicroCGS example now uses SITL
17+
- Make running examples possible on Vagrant
18+
19+
Bug Fixes
20+
~~~~~~~~~
21+
22+
- Mav type for rover was incorrect
23+
- ``_is_mode_available`` can now handle unrecognized mode codes
24+
- Fix broken links on companion computer page
25+
- Fix infinite loop on channel test
26+
627
Version 2.4.0 (2016-02-29)
728
--------------------------
829

‎setup.py

Lines changed: 1 addition & 1 deletion
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.4.0'
4+
version = '2.5.0'
55

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

0 commit comments

Comments
 (0)
Please sign in to comment.