Skip to content

Commit 294d462

Browse files
authored
Merge pull request #244 from certbot/candidate-2.2.0
update files from 2.2.0 release
2 parents e590cb2 + 70ea16f commit 294d462

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Changelog
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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66

77
[project]
88
name = "josepy"
9-
version = "2.2.0.dev0"
9+
version = "2.3.0.dev0"
1010
license = "Apache-2.0"
1111
license-files = ["LICENSE.txt"]
1212
description = "JOSE protocol implementation in Python"

0 commit comments

Comments
 (0)