File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
.. vim: set tw=100
2
2
3
+ 1.0.2: 2018-03-28
4
+ ~~~~~~~~~~~~~~~~~
5
+
6
+ Bugs Fixed
7
+ ``````````
8
+
9
+ - Handle 304s from users passing etag
10
+ - Generate _api object for ShortBranch objects
11
+ - Require auth for creating gists
12
+ - Ensure only desired auth scheme is used with requests
13
+ - Handle older GitHub Enterprise responses for repository objects
14
+
3
15
1.0.1: 2018-03-14
4
16
~~~~~~~~~~~~~~~~~
5
17
Original file line number Diff line number Diff line change 5
5
__author_email__ = 'graffatcolmingov@gmail.com'
6
6
__license__ = 'Modified BSD'
7
7
__copyright__ = 'Copyright 2012-2018 Ian Stapleton Cordasco'
8
- __version__ = '1.0.1 '
8
+ __version__ = '1.0.2 '
9
9
__version_info__ = tuple (int (i ) for i in __version__ .split ('.' ) if i .isdigit ())
10
10
__url__ = 'https://github3.readthedocs.io'
11
11
You can’t perform that action at this time.
0 commit comments