We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f873f commit 9d01378Copy full SHA for 9d01378
CHANGES
@@ -1,3 +1,9 @@
1
+0.4.0
2
+
3
+* Update interfaces.json to Phab @ e75b389
4
+* Add Phabricator.update_interfaces to pull latest interfaces from conduit.query
5
+* Fix validation of string to be str or unicode
6
7
0.1.0
8
9
* Initial release
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',
10
url='http://github.com/disqus/python-phabricator',
11
description='Phabricator API Bindings',
12
packages=find_packages(),
0 commit comments