From 94978627e93e2473012d67914997c515d66dd681 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sat, 26 Nov 2022 14:17:47 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.26.12=20=E2=86=92=200.27.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- doc/source/conf.py | 4 ++-- kotori/version.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 548fd144..fbe6cf0b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.26.12 +current_version = 0.27.0 files = setup.py kotori/version.py doc/source/conf.py commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index 8a353357..d33bd165 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = '0.26.12' +version = '0.27.0' # The full version, including alpha/beta/rc tags. -release = '0.26.12' +release = '0.27.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/kotori/version.py b/kotori/version.py index b67cd86a..6831ba22 100644 --- a/kotori/version.py +++ b/kotori/version.py @@ -1 +1 @@ -__VERSION__ = '0.26.12' +__VERSION__ = '0.27.0' diff --git a/setup.py b/setup.py index 7ef24e5b..5785f73c 100644 --- a/setup.py +++ b/setup.py @@ -154,7 +154,7 @@ setup(name='kotori', - version='0.26.12', + version='0.27.0', description='Kotori is a data acquisition, processing and graphing toolkit for humans', long_description=README, license="AGPL 3, EUPL 1.2",