8000 Release 1.0.2 (#814) · staticdev/github4.py@2425b4a · GitHub
[go: up one dir, main page]

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

Commit 2425b4a

Browse files
authored
Release 1.0.2 (sigmavirus24#814)
A small bugfix release that fixes some imporant bugs for GitHub Enterprise consumers.
1 parent a264cc1 commit 2425b4a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

LATEST_VERSION_NOTES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
.. vim: set tw=100
22
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+
315
1.0.1: 2018-03-14
416
~~~~~~~~~~~~~~~~~
517

github3/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__author_email__ = 'graffatcolmingov@gmail.com'
66
__license__ = 'Modified BSD'
77
__copyright__ = 'Copyright 2012-2018 Ian Stapleton Cordasco'
8-
__version__ = '1.0.1'
8+
__version__ = '1.0.2'
99
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
1010
__url__ = 'https://github3.readthedocs.io'
1111

0 commit comments

Comments
 (0)
0