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

Bump version to 0.9.5

parent 8077d11e
No related branches found
No related tags found
No related merge requests found
History/Changelog
-----------------
 
0.9.5: 2016-02-15
~~~~~~~~~~~~~~~~~
- Fix Validation Error stemming from ``Repository#create_status`` having
poorly chosen default arguments and not removing ``None`` values from the
body of the request.
0.9.4: 2015-04-17
~~~~~~~~~~~~~~~~~
 
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.4'
__version__ = '0.9.5'
__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