File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ 0.7.0
2
+
3
+ * Allow for nested methods to support conduit calls such as diffusion.repository.edit
4
+ * Fix regular expressions that cause type parsing to fail
5
+
1
6
0.6.1
2
7
3
8
* Fix Python 3 related issues
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
name = 'phabricator' ,
17
- version = '0.6.1 ' ,
18
- author = 'DISQUS ' ,
17
+ version = '0.7.0 ' ,
18
+ author = 'Disqus ' ,
19
19
20
20
url = 'http://github.com/disqus/python-phabricator' ,
21
21
description = 'Phabricator API Bindings' ,
31
31
'Topic :: Software Development' ,
32
32
'Programming Language :: Python' ,
33
33
'Programming Language :: Python :: 2' ,
34
- 'Programming Language :: Python :: 2.6' ,
35
34
'Programming Language :: Python :: 2.7' ,
36
35
'Programming Language :: Python :: 3' ,
37
- 'Programming Language :: Python :: 3.3' ,
38
- 'Programming Language :: Python :: 3.4' ,
39
36
'Programming Language :: Python :: 3.5' ,
40
37
],
41
38
)
You can’t perform that action at this time.
0 commit comments