Skip to content
Snippets Groups Projects
Commit daa4a10a authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

REL: Fix versions for release

parent c0008295
No related branches found
No related tags found
1 merge request!143Release 0.15.0
Pipeline #52866 passed with warnings
......@@ -20,6 +20,6 @@ authors:
given-names: Stefan
orcid: https://orcid.org/0000-0001-7214-8125
title: CaosDB - Pylib
version: 0.14.0
version: 0.15.0
doi: 10.3390/data4020083
date-released: 2024-02-20
date-released: 2024-07-09
......@@ -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 = 14
MICRO = 1
MINOR = 15
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
......
......@@ -29,10 +29,10 @@ copyright = '2023, IndiScale GmbH'
author = 'Daniel Hornung'
# The short X.Y version
version = '0.14.1'
version = '0.15.0'
# The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2'
release = '0.14.1-dev'
release = '0.15.0'
# -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment