From 71d459e8e00b971a568941fe9c1159f2bba94f0c Mon Sep 17 00:00:00 2001 From: Wen Kokke Date: Tue, 30 May 2023 12:49:06 +0100 Subject: [PATCH] Bump version 1.0.0rc -> 1.0.0 --- example/docs/conf.py | 2 +- pyproject.toml | 4 ++-- src/talondoc/_version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/docs/conf.py b/example/docs/conf.py index afe6129d..62c86fb3 100644 --- a/example/docs/conf.py +++ b/example/docs/conf.py @@ -14,7 +14,7 @@ project = "TalonDoc" copyright = "2022, Wen Kokke" author = "Wen Kokke" -release = "1.0.0rc5" +release = "1.0.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 7384bbf3..273789ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "talondoc" -version = "1.0.0rc5" +version = "1.0.0" description = "A Sphinx extension for Talon user directories." license = { file = 'LICENSE' } authors = [{ name = "Wen Kokke", email = "wenkokke@users.noreply.github.com" }] @@ -58,7 +58,7 @@ docs = [ talondoc = "talondoc:talondoc" [tool.bumpver] -current_version = "1.0.0rc" +current_version = "1.0.0" version_pattern = "MAJOR.MINOR.PATCH[TAG]" commit_message = "Bump version {old_version} -> {new_version}" commit = true diff --git a/src/talondoc/_version.py b/src/talondoc/_version.py index 5b571e59..3e7d37b5 100644 --- a/src/talondoc/_version.py +++ b/src/talondoc/_version.py @@ -1 +1 @@ -__version__: str = "1.0.0rc5" +__version__: str = "1.0.0"