From 7e2eef8b17e20843bf192dcf47611f1d898c0c75 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Fri, 2 Jun 2023 16:59:10 +0200 Subject: [PATCH] REL: Prepare release of v0.12.0 --- CITATION.cff | 4 ++-- setup.py | 6 +++--- src/doc/conf.py | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 910e40a2..d9126aae 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -20,6 +20,6 @@ authors: given-names: Stefan orcid: https://orcid.org/0000-0001-7214-8125 title: CaosDB - Pylib -version: 0.11.1 +version: 0.12.0 doi: 10.3390/data4020083 -date-released: 2022-11-14 \ No newline at end of file +date-released: 2023-06-02 \ No newline at end of file diff --git a/setup.py b/setup.py index a8b948c1..4bed95b7 100755 --- a/setup.py +++ b/setup.py @@ -45,10 +45,10 @@ from setuptools import find_packages, setup # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ######################################################################## -ISRELEASED = False +ISRELEASED = True MAJOR = 0 -MINOR = 11 -MICRO = 3 +MINOR = 12 +MICRO = 0 # Do not tag as pre-release until this commit # https://github.com/pypa/packaging/pull/515 # has made it into a release. Probably we should wait for pypa/packaging>=21.4 diff --git a/src/doc/conf.py b/src/doc/conf.py index 819ef61d..7a2cbe49 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -29,10 +29,10 @@ copyright = '2023, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '0.11.3' +version = '0.12.0' # The full version, including alpha/beta/rc tags # release = '0.5.2-rc2' -release = '0.11.3-dev' +release = '0.12.0' # -- General configuration --------------------------------------------------- -- GitLab