8000 Release v0.9.3 · staticdev/github4.py@52a3f30 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 52a3f30

Browse files
committed
Release v0.9.3
1 parent da20a43 commit 52a3f30

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

HISTORY.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
History/Changelog
22
-----------------
33

4-
0.9.3: 2014-11-0x
4+
0.9.3: 2014-11-04
55
~~~~~~~~~~~~~~~~~
66

77
- Backport of ``PullRequest#create_review_comment`` by Adrian Moisey
88

99
- Backport of ``PullRequest#review_comments`` by Adrian Moisey
1010

11+
- Backport of a fix that allows authenticated users to download Release
12+
Assets. Original bug reported by Eugene Fidelin in issue #288.
13+
1114
- Documentation typo fix by Marc Abramowitz
1215

1316
0.9.2: 2014-10-05

github3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__author__ = 'Ian Cordasco'
1515
__license__ = 'Modified BSD'
1616
__copyright__ = 'Copyright 2012-2014 Ian Cordasco'
17-
__version__ = '0.9.2'
17+
__version__ = '0.9.3'
1818
__version_info__ = tuple(int(i) for i in __version__.split('.'))
1919

2020
from .api import *

0 commit comments

Comments
 (0)
0