From 20d363fad46ce4a59a8e264a596beaea9f8073d9 Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Wed, 30 Dec 2015 16:11:35 +0200 Subject: [PATCH] 0.6.0 --- CHANGES | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 5431e61..89dcd27 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/setup.py b/setup.py index 1e3db6a..34d75fc 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='phabricator', - version='0.5.0', + version='0.6.0', author='DISQUS', author_email='opensource@disqus.com', url='http://github.com/disqus/python-phabricator',