Skip to content

Commit 20d363f

Browse files
author
Burak Yigit Kaya
committed
0.6.0
1 parent 4356dc3 commit 20d363f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.6.0
2+
3+
* Python 3 support
4+
* Fix "not JSON serializable" error when not using a token
5+
* Better tests
6+
* Updated interfaces
7+
* Moved `conduit` to `_conduit` so `.conduit` API is available now
8+
* Updated interfaces to the latest Phabricator version
9+
110
0.5.0
211

312
* Support new style token-based authentication

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='phabricator',
17-
version='0.5.0',
17+
version='0.6.0',
1818
author='DISQUS',
1919
author_email='[email protected]',
2020
url='http://github.com/disqus/python-phabricator',

0 commit comments

Comments
 (0)