We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01dad3 commit afe257cCopy full SHA for afe257c
2 files changed
CHANGES
@@ -1,3 +1,7 @@
1
+0.8.1
2
+
3
+* Fixed bug where built-in interface dict overwrote `interface` methods from Almanac (`interface.search`, `interface.edit`). The `Resource` attribute `interface` is renamed `_interface`.
4
5
0.8.0
6
7
* Switch to using requests
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name='phabricator',
17
- version='0.8.0',
+ version='0.8.1',
18
author='Disqus',
19
author_email='opensource@disqus.com',
20
url='http://github.com/disqus/python-phabricator',
0 commit comments