Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robagar committed Jun 18, 2021
1 parent 3a79585 commit 580b72b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,8 @@ Error handling
- Wait for Wifi network implemented for macOS as well as Linux
- Mission pad fixes & example improvement (thanks @jsolderitsch!)

**2.1.1**

- Examples ask the user for the WiFi name prefix


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 = '2.1.0'
release = '2.1.1'


# -- 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='2.1.0',
version='2.1.1',
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 580b72b

Please sign in to comment.