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.
1010
1111.. toctree ::
1212 3.2.0
13+ 3.1.2
1314 3.1.1
1415 3.1.0
1516 3.0.0
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments