Skip to content

Commit

Permalink
release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed May 11, 2021
1 parent d1ed89f commit ca0f59a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
Version 2.0.0
-------------

Unreleased
Released 2021-05-11

- Drop support for Python 2 and 3.5.
- JWS support (``JSONWebSignatureSerializer``,
Expand Down
2 changes: 1 addition & 1 deletion src/itsdangerous/__init__.py
Expand Up @@ -19,4 +19,4 @@
from .url_safe import URLSafeSerializer
from .url_safe import URLSafeTimedSerializer

__version__ = "2.0.0rc2"
__version__ = "2.0.0"

0 comments on commit ca0f59a

Please sign in to comment.