File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 2.1.0 (main)
4+ 2.2.0 (main)
5+ ------------
6+
7+ 2.1.0 (2025-07-08)
58------------
69
710* Added support for Python 3.14.
Original file line number Diff line number Diff line change 6363# built documents.
6464#
6565# The short X.Y version.
66- version = "2.1 "
66+ version = "2.2 "
6767# The full version, including alpha/beta/rc tags.
68- release = "2.1 .0.dev0"
68+ release = "2.2 .0.dev0"
6969
7070# The language for content autogenerated by Sphinx. Refer to documentation
7171# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api"
88
99[tool .poetry ]
1010name = " josepy"
11- version = " 2.1 .0.dev0"
11+ version = " 2.2 .0.dev0"
1212description = " JOSE protocol implementation in Python"
1313license = " Apache License 2.0"
1414classifiers = [
You can’t perform that action at this time.
0 commit comments