10000 Release v0.9.6 · pythonthings/github3.py@20b8265 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20b8265

Browse files
committed
Release v0.9.6
1 parent ea95f83 commit 20b8265

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
History/Changelog
22
-----------------
33

4< 8000 code class="diff-text syntax-highlighted-line addition">+
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+
411
0.9.5: 2016-02-15
512
~~~~~~~~~~~~~~~~~
613

github3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__author__ = 'Ian Cordasco'
1515
__license__ = 'Modified BSD'
1616
__copyright__ = 'Copyright 2012-2014 Ian Cordasco'
17-
__version__ = '0.9.5'
17+
__version__ = '0.9.6'
1818
__version_info__ = tuple(int(i) for i in __version__.split('.'))
1919

2020
from .api import *

0 commit comments

Comments
 (0)
0