We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4356dc3 commit 20d363fCopy full SHA for 20d363f
CHANGES
@@ -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
10
0.5.0
11
12
* Support new style token-based authentication
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name='phabricator',
17
- version='0.5.0',
+ version='0.6.0',
18
author='DISQUS',
19
author_email='[email protected]',
20
url='http://github.com/disqus/python-phabricator',
0 commit comments