diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1ec38965..5b152fea 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,10 @@ Changelog ========= -2.1.0 (main) +2.2.0 (main) +------------ + +2.1.0 (2025-07-08) ------------ * Added support for Python 3.14. diff --git a/docs/conf.py b/docs/conf.py index 07ea9a47..2b98090e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,9 +63,9 @@ # built documents. # # The short X.Y version. -version = "2.1" +version = "2.2" # The full version, including alpha/beta/rc tags. -release = "2.1.0.dev0" +release = "2.2.0.dev0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index cdbd4d88..b3ebfe73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "josepy" -version = "2.1.0.dev0" +version = "2.2.0.dev0" description = "JOSE protocol implementation in Python" license = "Apache License 2.0" classifiers = [