Skip to content

Commit a3de2c2

Browse files
committed
Update changelog and version number.
1 parent b981ba2 commit a3de2c2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
========
33

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+
49
* 0.5.7 (January 23rd, 2017)
510
* Fixed additional issues downloading PDFs in Python 3
611
* Fixed issues caused by hard coded content-type for attachables.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(*parts):
1010
return fp.read()
1111

1212

13-
VERSION = (0, 5, 7)
13+
VERSION = (0, 6, 0)
1414
version = '.'.join(map(str, VERSION))
1515

1616
setup(

0 commit comments

Comments
 (0)