Skip to content

Commit f74100c

Browse files
authored
Merge pull request #236 from certbot/candidate-2.1.0
2 parents 7a014b2 + ebf5316 commit f74100c

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,7 +1,10 @@
11
Changelog
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.

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.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.

pyproject.toml

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

99
[tool.poetry]
1010
name = "josepy"
11-
version = "2.1.0.dev0"
11+
version = "2.2.0.dev0"
1212
description = "JOSE protocol implementation in Python"
1313
license = "Apache License 2.0"
1414
classifiers = [

0 commit comments

Comments
 (0)