Skip to content

Commit 7665aa6

Browse files
authored
Bump version to 2.6.0 (#813)
Co-authored-by: José Padilla <[email protected]>
1 parent d81c9fa commit 7665aa6

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
All notable changes to this project will be documented in this file.
55
This project adheres to `Semantic Versioning <https://semver.org/>`__.
66

7-
`Unreleased <https://github.com/jpadilla/pyjwt/compare/2.5.0...HEAD>`__
7+
`Unreleased <https://github.com/jpadilla/pyjwt/compare/2.6.0...HEAD>`__
88
-----------------------------------------------------------------------
99

1010
Changed
@@ -13,7 +13,23 @@ Changed
1313
Fixed
1414
~~~~~
1515

16+
Added
17+
~~~~~
18+
19+
`v2.6.0 <https://github.com/jpadilla/pyjwt/compare/2.5.0...2.6.0>`__
20+
-----------------------------------------------------------------------
21+
22+
Changed
23+
~~~~~~~
24+
25+
- bump up cryptography >= 3.4.0 by @jpadilla in `#807 <https://github.com/jpadilla/pyjwt/pull/807>`_
26+
- Remove `types-cryptography` from `crypto` extra by @lautat in `#805 <https://github.com/jpadilla/pyjwt/pull/805>`_
27+
28+
Fixed
29+
~~~~~
30+
1631
- Invalidate token on the exact second the token expires `#797 <https://github.com/jpadilla/pyjwt/pull/797>`_
32+
- fix: version 2.5.0 heading typo by @c0state in `#803 <https://github.com/jpadilla/pyjwt/pull/803>`_
1733

1834
Added
1935
~~~~~

jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
)
2727
from .jwks_client import PyJWKClient
2828

29-
__version__ = "2.5.0"
29+
__version__ = "2.6.0"
3030

3131
__title__ = "PyJWT"
3232
__description__ = "JSON Web Token implementation in Python"

0 commit comments

Comments
 (0)