Skip to content

Commit 7d7ac57

Browse files
authored
Merge pull request #210 from certbot/candidate-1.15.0
Release josepy 1.15.0
2 parents d76d87f + b59effc commit 7d7ac57

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
Changelog
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

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

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 = "1.15.0.dev0"
11+
version = "1.16.0.dev0"
1212
description = "JOSE protocol implementation in Python"
1313
license = "Apache License 2.0"
1414
classifiers = [

0 commit comments

Comments
 (0)