Skip to content
Snippets Groups Projects
Commit 52a3f30e authored by Ian Cordasco's avatar Ian Cordasco
Browse files

Release v0.9.3

parent da20a43e
No related branches found
No related tags found
No related merge requests found
History/Changelog
-----------------
 
0.9.3: 2014-11-0x
0.9.3: 2014-11-04
~~~~~~~~~~~~~~~~~
 
- Backport of ``PullRequest#create_review_comment`` by Adrian Moisey
 
- Backport of ``PullRequest#review_comments`` by Adrian Moisey
 
- Backport of a fix that allows authenticated users to download Release
Assets. Original bug reported by Eugene Fidelin in issue #288.
- Documentation typo fix by Marc Abramowitz
 
0.9.2: 2014-10-05
Loading
Loading
Loading
Loading
@@ -14,7 +14,7 @@ __title__ = 'github3'
__author__ = 'Ian Cordasco'
__license__ = 'Modified BSD'
__copyright__ = 'Copyright 2012-2014 Ian Cordasco'
__version__ = '0.9.2'
__version__ = '0.9.3'
__version_info__ = tuple(int(i) for i in __version__.split('.'))
 
from .api import *
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment