Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Yigit Kaya committed Dec 30, 2015
1 parent 4356dc3 commit 20d363f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.6.0

* Python 3 support
* Fix "not JSON serializable" error when not using a token
* Better tests
* Updated interfaces
* Moved `conduit` to `_conduit` so `.conduit` API is available now
* Updated interfaces to the latest Phabricator version

0.5.0

* Support new style token-based authentication
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='phabricator',
version='0.5.0',
version='0.6.0',
author='DISQUS',
author_email='[email protected]',
url='http://github.com/disqus/python-phabricator',
Expand Down

0 comments on commit 20d363f

Please sign in to comment.