Skip to content

Commit a922ba4

Browse files
0.8.0
1 parent ba2371c commit a922ba4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
0.7.0
211

312
* Allow for nested methods to support conduit calls such as diffusion.repository.edit

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='phabricator',
17-
version='0.7.0',
17+
version='0.8.0',
1818
author='Disqus',
1919
author_email='[email protected]',
2020
url='http://github.com/disqus/python-phabricator',

0 commit comments

Comments
 (0)