Skip to content

Commit

Permalink
Update changelog and version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
ej2 committed Feb 19, 2017
1 parent b981ba2 commit a3de2c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(*parts):
return fp.read()


VERSION = (0, 5, 7)
VERSION = (0, 6, 0)
version = '.'.join(map(str, VERSION))

setup(
Expand Down

0 comments on commit a3de2c2

Please sign in to comment.