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(),