diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8e2a866..999d0c4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ======== +* 0.6.0 (February 19th, 2017) + * Added support for Change Data Capture. + * Added ability to delete objects. + * Added ToDict to all objects. + * 0.5.7 (January 23rd, 2017) * Fixed additional issues downloading PDFs in Python 3 * Fixed issues caused by hard coded content-type for attachables. diff --git a/setup.py b/setup.py index 3661eb1..b8bda9f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(*parts): return fp.read() -VERSION = (0, 5, 7) +VERSION = (0, 6, 0) version = '.'.join(map(str, VERSION)) setup(