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 ba2371c commit a922ba4Copy full SHA for a922ba4
CHANGES
@@ -1,3 +1,12 @@
1
+0.8.0
2
+
3
+* Switch to using requests
4
+* Allow library to be used from a zip archive
5
+* Deprecated parameters are now set to optional
6
+* Fixed bug where instance attribute was shadowing API endpoint
7
+* Update interfaces.json
8
+* Update README
9
10
0.7.0
11
12
* Allow for nested methods to support conduit calls such as diffusion.repository.edit
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name='phabricator',
17
- version='0.7.0',
+ version='0.8.0',
18
author='Disqus',
19
author_email='[email protected]',
20
url='http://github.com/disqus/python-phabricator',
0 commit comments