Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9d01378

Browse files
committedNov 26, 2013
Bump to 0.4.0
1 parent 14f873f commit 9d01378

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.4.0
2+
3+
* Update interfaces.json to Phab @ e75b389
4+
* Add Phabricator.update_interfaces to pull latest interfaces from conduit.query
5+
* Fix validation of string to be str or unicode
6+
17
0.1.0
28

39
* Initial release

‎setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
setup(
66
name='phabricator',
7-
version='0.3.0',
7+
version='0.4.0',
88
author='DISQUS',
9-
author_email='mike@disqus.com',
9+
author_email='opensource@disqus.com',
1010
url='http://github.com/disqus/python-phabricator',
1111
description='Phabricator API Bindings',
1212
packages=find_packages(),

0 commit comments

Comments
 (0)
Please sign in to comment.