Skip to content

Commit

Permalink
Merge pull request #621 from dronekit/rroche/bump-2.5.0
Browse files Browse the repository at this point in the history
bump 2.5.0
  • Loading branch information
mrpollo committed May 4, 2016
2 parents 9b27f34 + 2a66dcc commit 95ad2bb
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## Version 2.5.0 (2016-05-04)

### Improvements
* Catch and display message and attribute errors, then continue
* Improved takeoff example docs
* Deploy docs on successful merge into master (from CircleCI)
* Drone delivery example, explain port to connect
* MicroCGS example now uses SITL
* Make running examples possible on Vagrant

### Bug Fixes
* Mav type for rover was incorrect
* `_is_mode_available` can now handle unrecognized mode codes
* Fix broken links on companion computer page
* Fix infinite loop on channel test



## Version 2.4.0 (2016-02-29)

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

Version 2.5.0 (2016-05-04)
--------------------------

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

- Catch and display message and attribute errors, then continue
- Improved takeoff example docs
- Deploy docs on successful merge into master (from CircleCI)
- Drone delivery example, explain port to connect
- MicroCGS example now uses SITL
- Make running examples possible on Vagrant

Bug Fixes
~~~~~~~~~

- Mav type for rover was incorrect
- ``_is_mode_available`` can now handle unrecognized mode codes
- Fix broken links on companion computer page
- Fix infinite loop on channel test

Version 2.4.0 (2016-02-29)
--------------------------

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.4.0'
version = '2.5.0'

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

0 comments on commit 95ad2bb

Please sign in to comment.