Skip to content

Commit

Permalink
Release 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Feb 23, 2022
1 parent 196814e commit efa105e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/source/release-notes/3.1.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
3.1.1: 2022-02-22
-----------------

Bugs Fixed
``````````

- Always specify our ``PyJWT`` dependency with the ``crypto`` extra so that
users will get ``cryptography`` installed for them. Previously, ``jwcrypto``
had an explicit dependency on this but for ``PyJWT`` it is optional.
1 change: 1 addition & 0 deletions docs/source/release-notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ here with the newest releases first.

.. toctree::
3.2.0
3.1.2
3.1.1
3.1.0
3.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/github3/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__author_email__ = "graffatcolmingov@gmail.com"
__license__ = "Modified BSD"
__copyright__ = "Copyright 2012-2022 Ian Stapleton Cordasco"
__version__ = "3.1.1"
__version__ = "3.1.2"
__version_info__ = tuple(
int(i) for i in __version__.split(".") if i.isdigit()
)
Expand Down

0 comments on commit efa105e

Please sign in to comment.