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

Commitefa105e

Browse files
committed
Release 3.1.2
1 parent196814e commitefa105e

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

‎docs/source/release-notes/3.1.2.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
3.1.1: 2022-02-22
2+
-----------------
3+
4+
Bugs Fixed
5+
``````````
6+
7+
- Always specify our ``PyJWT`` dependency with the ``crypto`` extra so that
8+
users will get ``cryptography`` installed for them. Previously, ``jwcrypto``
9+
had an explicit dependency on this but for ``PyJWT`` it is optional.

‎docs/source/release-notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ here with the newest releases first.
1010

1111
..toctree::
1212
3.2.0
13+
3.1.2
1314
3.1.1
1415
3.1.0
1516
3.0.0

‎src/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-2022 Ian Stapleton Cordasco"
8-
__version__="3.1.1"
8+
__version__="3.1.2"
99
__version_info__=tuple(
1010
int(i)foriin__version__.split(".")ifi.isdigit()
1111
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp