From 31c58332d4f5bbe53e9969384ac44c6b444f1305 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 1 Nov 2023 06:37:05 -0700 Subject: [PATCH] Bump version to 1.15.0 --- docs/conf.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ed281f31..df931ef5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,9 +63,9 @@ # built documents. # # The short X.Y version. -version = u'1.14' +version = u'1.15' # The full version, including alpha/beta/rc tags. -release = u'1.14.0' +release = u'1.15.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 2dd0e348..4e2009fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "josepy" -version = "1.14.0" +version = "1.15.0.dev0" description = "JOSE protocol implementation in Python" license = "Apache License 2.0" classifiers = [