We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8077d11 commit c4c3fc3Copy full SHA for c4c3fc3
HISTORY.rst
@@ -1,6 +1,13 @@
1
History/Changelog
2
-----------------
3
4
+0.9.5: 2016-02-15
5
+~~~~~~~~~~~~~~~~~
6
+
7
+- Fix Validation Error stemming from ``Repository#create_status`` having
8
+ poorly chosen default arguments and not removing ``None`` values from the
9
+ body of the request.
10
11
0.9.4: 2015-04-17
12
~~~~~~~~~~~~~~~~~
13
github3/__init__.py
@@ -14,7 +14,7 @@
14
__author__ = 'Ian Cordasco'
15
__license__ = 'Modified BSD'
16
__copyright__ = 'Copyright 2012-2014 Ian Cordasco'
17
-__version__ = '0.9.4'
+__version__ = '0.9.5'
18
__version_info__ = tuple(int(i) for i in __version__.split('.'))
19
20
from .api import *
0 commit comments