Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robagar committed May 23, 2021
1 parent e88e7ad commit 8da923d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8da923d

Please sign in to comment.