From 3d6479a42ba8601ef9a5c771a85fa090336c9928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Roche?= Date: Fri, 21 Apr 2017 11:42:04 -0700 Subject: [PATCH] bump 2.9.1 --- CHANGELOG.md | 15 +++++++++++++++ docs/about/github_latest_release.txt | 22 ++++++++++++++++++++++ setup.py | 2 +- 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f97d9e763..21331ab2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## Version 2.9.1 (2017-04-21) + +### Improvements +* home locatin notifications +* notify ci status to gitter +* basic python 3 support +* isolated logger function so implementers can override +* rename windows installer + +### Cleanup +* removed legacy cloud integrations + +### Bug Fixes +* fix missing ** operator for pymavlink compatibility + ## Version 2.9.0 (2016-08-29) ### Bug Fixes diff --git a/docs/about/github_latest_release.txt b/docs/about/github_latest_release.txt index a644a3bd7..9a67880ee 100644 --- a/docs/about/github_latest_release.txt +++ b/docs/about/github_latest_release.txt @@ -3,6 +3,28 @@ Changelog ========= +Version 2.9.1 (2017-04-21) +-------------------------- + +Improvements +~~~~~~~~~~~~ + +- home locatin notifications +- notify ci status to gitter +- basic python 3 support +- isolated logger function so implementers can override +- rename windows installer + +Cleanup +~~~~~~~ + +- removed legacy cloud integrations + +Bug Fixes +~~~~~~~~~ + +- fix missing \*\* operator for pymavlink compatibility + Version 2.9.0 (2016-08-29) -------------------------- diff --git a/setup.py b/setup.py index 465743374..f9b215d5a 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, Extension import platform -version = '2.9.0' +version = '2.9.1' setup(name='dronekit', zip_safe=True,