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

REL: Begin next release cycle

parent c75928ec
No related branches found
No related tags found
1 merge request!112Release 0.12.0
Pipeline #52905 passed
...@@ -4,7 +4,23 @@ All notable changes to this project will be documented in this file. ...@@ -4,7 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.11.0] 2024-07-09 ## ## [Unreleased] ##
### Added ###
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
### Documentation ###
## [0.11.0] - 2024-07-09 ##
### Added ### ### Added ###
......
...@@ -47,9 +47,9 @@ from setuptools import find_packages, setup ...@@ -47,9 +47,9 @@ from setuptools import find_packages, setup
MAJOR = 0 MAJOR = 0
MINOR = 11 MINOR = 11
MICRO = 0 MICRO = 1
PRE = "" # e.g. rc0, alpha.1, 0.beta-23 PRE = "" # e.g. rc0, alpha.1, 0.beta-23
ISRELEASED = True ISRELEASED = False
if PRE: if PRE:
VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE) VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE)
......
...@@ -27,9 +27,9 @@ copyright = '2023, IndiScale GmbH' ...@@ -27,9 +27,9 @@ copyright = '2023, IndiScale GmbH'
author = 'Daniel Hornung' author = 'Daniel Hornung'
# The short X.Y version # The short X.Y version
version = '0.11.0' version = '0.11.1'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.11.0' release = '0.11.1-dev'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment