From 284c3da94b317a3686660ba3e8283ae63e65ea07 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 21 Nov 2024 17:42:26 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.11.26-dev=20=E2=86=92=200.1?= =?UTF-8?q?1.26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/conf.py | 2 +- pyproject.toml | 4 ++-- src/bioregistry/version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6989a7f10..19705648f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = "Charles Tapley Hoyt" # The full version, including alpha/beta/rc tags. -release = "0.11.26-dev" +release = "0.11.26" # The short X.Y version. parsed_version = re.match( diff --git a/pyproject.toml b/pyproject.toml index 05e9cd138..98f79f51a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ markers = [ [project] name = "bioregistry" -version = "0.11.26-dev" +version = "0.11.26" description = "Integrated registry of biological databases and nomenclatures" readme = "README.md" authors = [ @@ -259,7 +259,7 @@ known-first-party = [ docstring-code-format = true [tool.bumpversion] -current_version = "0.11.26-dev" +current_version = "0.11.26" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)(?:-(?P[0-9A-Za-z-]+(?:\\.[0-9A-Za-z-]+)*))?(?:\\+(?P[0-9A-Za-z-]+(?:\\.[0-9A-Za-z-]+)*))?" serialize = [ "{major}.{minor}.{patch}-{release}+{build}", diff --git a/src/bioregistry/version.py b/src/bioregistry/version.py index d176538d3..ec6113fda 100644 --- a/src/bioregistry/version.py +++ b/src/bioregistry/version.py @@ -12,7 +12,7 @@ "get_git_hash", ] -VERSION = "0.11.26-dev" +VERSION = "0.11.26" def get_git_hash() -> Optional[str]: