From 9d013781abcd96c9e8c69dce6a987cc44539c97f Mon Sep 17 00:00:00 2001 From: John Watson Date: Tue, 26 Nov 2013 13:04:24 -0800 Subject: [PATCH] Bump to 0.4.0 --- CHANGES | 6 ++++++ setup.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 2723882..65e025e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +0.4.0 + +* Update interfaces.json to Phab @ e75b389 +* Add Phabricator.update_interfaces to pull latest interfaces from conduit.query +* Fix validation of string to be str or unicode + 0.1.0 * Initial release diff --git a/setup.py b/setup.py index 20b8e38..b765db7 100644 --- a/setup.py +++ b/setup.py @@ -4,9 +4,9 @@ setup( name='phabricator', - version='0.3.0', + version='0.4.0', author='DISQUS', - author_email='mike@disqus.com', + author_email='opensource@disqus.com', url='http://github.com/disqus/python-phabricator', description='Phabricator API Bindings', packages=find_packages(),