8000 Release 3.1.2 · ecatmur/github3.py@efa105e · GitHub
[go: up one dir, main page]

Skip to content

Commit efa105e

Browse files
committed
Release 3.1.2
1 parent 196814e commit efa105e

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) for i in __version__.split(".") if i.isdigit()
1111
)

0 commit comments

Comments
 (0)
0