Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thekashifmalik committed Nov 13, 2020
1 parent ba2371c commit a922ba4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.8.0

* Switch to using requests
* Allow library to be used from a zip archive
* Deprecated parameters are now set to optional
* Fixed bug where instance attribute was shadowing API endpoint
* Update interfaces.json
* Update README

0.7.0

* Allow for nested methods to support conduit calls such as diffusion.repository.edit
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='phabricator',
version='0.7.0',
version='0.8.0',
author='Disqus',
author_email='[email protected]',
url='http://github.com/disqus/python-phabricator',
Expand Down

0 comments on commit a922ba4

Please sign in to comment.