File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
docs/source/release-notes Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ here with the newest releases first.
10
10
11
11
.. toctree ::
12
12
3.2.0
13
+ 3.1.2
13
14
3.1.1
14
15
3.1.0
15
16
3.0.0
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-2022 Ian Stapleton Cordasco"
8
- __version__ = "3.1.1 "
8
+ __version__ = "3.1.2 "
9
9
__version_info__ = tuple (
10
10
int (i ) for i in __version__ .split ("." ) if i .isdigit ()
11
11
)
You can’t perform that action at this time.
0 commit comments