From 8da923de19f92291a38be7775e3ac5c38f556fe8 Mon Sep 17 00:00:00 2001 From: Rob Agar Date: Sun, 23 May 2021 11:32:50 +0100 Subject: [PATCH] 1.6.0 --- README.md | 5 +++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 731fae3..a3af9e7 100644 --- a/README.md +++ b/README.md @@ -96,3 +96,8 @@ Error handling **1.5.0** - Python 3.6 support + +** 1.6.0 ** + +- Drone instance passed to state and video callbacks +- Wait for WiFi network (Linux only) diff --git a/docs/conf.py b/docs/conf.py index 1596871..2cbbf47 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Rob Agar' # The full version, including alpha/beta/rc tags -release = '1.5.1' +release = '1.6.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 0d8c20c..ccb2091 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setup(name='tello_asyncio', - version='1.5.1', + version='1.6.0', description='Asyncio-based control library for the Tello drone', long_description=long_description, long_description_content_type="text/markdown",