File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
History/Changelog
2
2
-----------------
3
3
4
- 0.9.3: 2014-11-0x
4
+ 0.9.3: 2014-11-04
5
5
~~~~~~~~~~~~~~~~~
6
6
7
7
- Backport of ``PullRequest#create_review_comment `` by Adrian Moisey
8
8
9
9
- Backport of ``PullRequest#review_comments `` by Adrian Moisey
10
10
11
+ - Backport of a fix that allows authenticated users to download Release
12
+ Assets. Original bug reported by Eugene Fidelin in issue #288.
13
+
11
14
- Documentation typo fix by Marc Abramowitz
12
15
13
16
0.9.2: 2014-10-05
Original file line number Diff line number Diff line change 14
14
__author__ = 'Ian Cordasco'
15
15
__license__ = 'Modified BSD'
16
16
__copyright__ = 'Copyright 2012-2014 Ian Cordasco'
17
- __version__ = '0.9.2 '
17
+ __version__ = '0.9.3 '
18
18
__version_info__ = tuple (int (i ) for i in __version__ .split ('.' ))
19
19
20
20
from .api import *
You can’t perform that action at this time.
0 commit comments