Skip to content

Commit

Permalink
Bump version to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Feb 15, 2016
1 parent 8077d11 commit c4c3fc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
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
~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion github3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__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 *
Expand Down

0 comments on commit c4c3fc3

Please sign in to comment.