File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1
1
History/Changelog
2
2
=================
3
3
4
+ 0.5.3: 2013-03-19
5
+ -----------------
6
+
7
+ - Add missing optional parameter to Repository.contents. Thanks @tpetr
8
+
4
9
0.5.2: 2013-03-02
5
10
-----------------
6
11
Original file line number Diff line number Diff line change @@ -6,16 +6,6 @@ High priority
6
6
7
7
(In order of priority)
8
8
9
- requests 1.x
10
- ~~~~~~~~~~~~
11
-
12
- Upgrade to requests 1.x
13
-
14
- unittests
15
- ~~~~~~~~~
16
-
17
- Rewrite all unittests with mock.
18
-
19
9
github3.api
20
10
~~~~~~~~~~~
21
11
Original file line number Diff line number Diff line change 13
13
__author__ = 'Ian Cordasco'
14
14
__license__ = 'Modified BSD'
15
15
__copyright__ = 'Copyright 2012-2013 Ian Cordasco'
16
- __version__ = '0.5.2 '
16
+ __version__ = '0.5.3 '
17
17
18
18
from github3 .api import *
19
19
from github3 .github import GitHub , GitHubEnterprise , GitHubStatus
You can’t perform that action at this time.
0 commit comments