Skip to content

Commit dac1219

Browse files
author
Burak Yigit Kaya
committed
0.7.0
1 parent da99adb commit dac1219

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
0.6.1
27

38
* Fix Python 3 related issues

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
setup(
1616
name='phabricator',
17-
version='0.6.1',
18-
author='DISQUS',
17+
version='0.7.0',
18+
author='Disqus',
1919
author_email='[email protected]',
2020
url='http://github.com/disqus/python-phabricator',
2121
description='Phabricator API Bindings',
@@ -31,11 +31,8 @@
3131
'Topic :: Software Development',
3232
'Programming Language :: Python',
3333
'Programming Language :: Python :: 2',
34-
'Programming Language :: Python :: 2.6',
3534
'Programming Language :: Python :: 2.7',
3635
'Programming Language :: Python :: 3',
37-
'Programming Language :: Python :: 3.3',
38-
'Programming Language :: Python :: 3.4',
3936
'Programming Language :: Python :: 3.5',
4037
],
4138
)

0 commit comments

Comments
 (0)