From d606b68f6b03796656193c0e24875d73fe2868b5 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Wed, 13 Nov 2024 09:34:03 +0100 Subject: [PATCH] REL: Prepare release of v0.16.0 --- CITATION.cff | 4 ++-- setup.py | 6 +++--- src/doc/conf.py | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 3f51bdf8..123289ca 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.15.1 +version: 0.16.0 doi: 10.3390/data4020083 -date-released: 2024-08-21 +date-released: 2024-11-13 diff --git a/setup.py b/setup.py index 4e136f6d..b8a04ade 100755 --- a/setup.py +++ b/setup.py @@ -46,10 +46,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 = 15 -MICRO = 2 +MINOR = 16 +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 e5ead4a5..f25ed399 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -25,14 +25,14 @@ import sphinx_rtd_theme # noqa: E402 # -- Project information ----------------------------------------------------- project = 'pylinkahead' -copyright = '2023, IndiScale GmbH' +copyright = '2024, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '0.15.2' +version = '0.16.0' # The full version, including alpha/beta/rc tags # release = '0.5.2-rc2' -release = '0.15.2-dev' +release = '0.16.0' # -- General configuration --------------------------------------------------- -- GitLab