File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
History/Changelog
2
2
-----------------
3
3
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
+
4
25
0.9.3: 2014-11-04
5
26
~~~~~~~~~~~~~~~~~
6
27
Original file line number Diff line number Diff line change 14
14
__author__ = 'Ian Cordasco'
15
15
__license__ = 'Modified BSD'
16
16
__copyright__ = 'Copyright 2012-2014 Ian Cordasco'
17
- __version__ = '0.9.3 '
17
+ __version__ = '0.9.4 '
18
18
__version_info__ = tuple (int (i ) for i in __version__ .split ('.' ))
19
19
20
20
from .api import *
You can’t perform that action at this time.
0 commit comments