We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b981ba2 commit a3de2c2Copy full SHA for a3de2c2
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
========
3
4
+* 0.6.0 (February 19th, 2017)
5
+ * Added support for Change Data Capture.
6
+ * Added ability to delete objects.
7
+ * Added ToDict to all objects.
8
+
9
* 0.5.7 (January 23rd, 2017)
10
* Fixed additional issues downloading PDFs in Python 3
11
* Fixed issues caused by hard coded content-type for attachables.
setup.py
@@ -10,7 +10,7 @@ def read(*parts):
return fp.read()
12
13
-VERSION = (0, 5, 7)
+VERSION = (0, 6, 0)
14
version = '.'.join(map(str, VERSION))
15
16
setup(
0 commit comments