Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2425b4a

Browse files
authored
Release 1.0.2 (sigmavirus24#814)
A small bugfix release that fixes some imporant bugs for GitHubEnterprise consumers.
1 parenta264cc1 commit2425b4a

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)foriin__version__.split('.')ifi.isdigit())
1010
__url__='https://github3.readthedocs.io'
1111

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp