8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea95f83 commit 20b8265Copy full SHA for 20b8265
HISTORY.rst
@@ -1,6 +1,13 @@
1
History/Changelog
2
-----------------
3
4
+0.9.6: 2016-09-24
5
+~~~~~~~~~~~~~~~~~
6
+
7
+- Add branch parameter to Repository Contents delete and update calls.
8
9
+- Cap dependency on uritemplate.py to always be less than 3.0
10
11
0.9.5: 2016-02-15
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.5'
+__version__ = '0.9.6'
18
__version_info__ = tuple(int(i) for i in __version__.split('.'))
19
20
from .api import *
0 commit comments