update changelog and set version to 2.0.0

This commit is contained in:
Justin Cooper 2017-06-27 10:56:48 -05:00
parent b390997560
commit b41ad7e46c
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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'],