8000 Update history for 0.9.4 · staticdev/github4.py@8eef2c9 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 8eef2c9

Browse files
committed
Update history for 0.9.4
1 parent a2acb38 commit 8eef2c9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

HISTORY.rst

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

4+
0.9.4: 2015-04-17
5+
~~~~~~~~~~~~~~~~~
6+
7+
- In ``PullRequest#create_review_comment`` coerce the position argument to an
8+
integer instead of coercing it to a string. Reported by Paul Tagliamonte in
9+
#374.
10+
11+
- Backport support for the ``context`` parameter in
12+
``Repository#create_status``
13+
14+
- Add support for ``Repository.permissions`` attribute
15+
16+
- Backport of support for allowing ``Event``\ s to keep the same session as
17+
other objects.
18+
19+
- Skip objects that are ``None`` while iterating over them (see issues #304
20+
and #305) reported by Marc Abramowitz
21+
22+
- Fix URL regular expression for GitHub Enterprise instances by Marc
23+
Abramowitz
24+
425
0.9.3: 2014-11-04
526
~~~~~~~~~~~~~~~~~
627

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.3'
17+
__version__ = '0.9.4'
1818
__version_info__ = tuple(int(i) for i in __version__.split('.'))
1919

2020
from .api import *

0 commit comments

Comments
 (0)
0