Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dctrwatson committed Nov 26, 2013
1 parent 14f873f commit 9d01378
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 9d01378

Please sign in to comment.