8000 Release 0.5.3 · davidmoss/github3.py@aeb6bd9 · GitHub
[go: up one dir, main page]

Skip to content

Commit aeb6bd9

Browse files
committed
Release 0.5.3
Thanks @tpetr for the fix
1 parent 2930775 commit aeb6bd9

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
History/Changelog
22
=================
33

4+
0.5.3: 2013-03-19
5+
-----------------
6+
7+
- Add missing optional parameter to Repository.contents. Thanks @tpetr
8+
49
0.5.2: 2013-03-02
510
-----------------
611

TODO.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ High priority
66

77
(In order of priority)
88

9-
requests 1.x
10-
~~~~~~~~~~~~
11-
12-
Upgrade to requests 1.x
13-
14-
unittests
15-
~~~~~~~~~
16-
17-
Rewrite all unittests with mock.
18-
199
github3.api
2010
~~~~~~~~~~~
2111

github3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__author__ = 'Ian Cordasco'
1414
__license__ = 'Modified BSD'
1515
__copyright__ = 'Copyright 2012-2013 Ian Cordasco'
16-
__version__ = '0.5.2'
16+
__version__ = '0.5.3'
1717

1818
from github3.api import *
1919
from github3.github import GitHub, GitHubEnterprise, GitHubStatus

0 commit comments

Comments
 (0)
0