update changelog and set version to 2.0.0
This commit is contained in:
parent
b390997560
commit
b41ad7e46c
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2.0.0
|
||||
- Drop support for API V1. Defaults to API V2.
|
||||
- Add retain flag option to mqtt on_message
|
||||
- Add support for Python3
|
||||
|
||||
0.9.0
|
||||
----
|
||||
Author: Tony DiCola
|
||||
|
|
@ -9,4 +14,4 @@ Author: Tony DiCola
|
|||
|
||||
0.0.1
|
||||
----
|
||||
Initial Changelog
|
||||
Initial Changelog
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -16,7 +16,7 @@ classifiers = ['Development Status :: 4 - Beta',
|
|||
|
||||
setup(
|
||||
name = 'adafruit-io',
|
||||
version = '1.1.1',
|
||||
version = '2.0.0',
|
||||
author = 'Justin Cooper',
|
||||
author_email = 'justin@adafruit.com',
|
||||
packages = ['Adafruit_IO'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue