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.2 .0 (main)
4+ 2.3 .0 (main)
55------------
66
7+ 2.2.0 (2025-10-14)
8+ ------------------
9+
710* Support for Python 3.9 has been deprecated and will be removed in the next
811 scheduled release.
912
Original file line number Diff line number Diff line change 6363# built documents.
6464#
6565# The short X.Y version.
66- version = "2.2 "
66+ version = "2.3 "
6767# The full version, including alpha/beta/rc tags.
68- release = "2.2 .0.dev0"
68+ release = "2.3 .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 @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
77[project ]
88name = " josepy"
9- version = " 2.2 .0.dev0"
9+ version = " 2.3 .0.dev0"
1010license = " Apache-2.0"
1111license-files = [" LICENSE.txt" ]
1212description = " JOSE protocol implementation in Python"
You can’t perform that action at this time.
0 commit comments