File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 1.15.0 (main)
5- ---------------
4+ 2.0.0 (main)
5+ -------------------
6+
7+ 1.15.0 (2025-01-22)
8+ -------------------
69
710* Added a deprecation warning about future backwards incompatible changes. The
811 text of that warning is "The next major version of josepy will remove
Original file line number Diff line number Diff line change 6363# built documents.
6464#
6565# The short X.Y version.
66- version = "1.15 "
66+ version = "1.16 "
6767# The full version, including alpha/beta/rc tags.
68- release = "1.15 .0.dev0"
68+ release = "1.16 .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 = " 1.15 .0.dev0"
11+ version = " 1.16 .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