Skip to content
Snippets Groups Projects
Commit 29aecf7d authored by florian's avatar florian
Browse files

REL: Begin next release cycle

parent 694100f6
No related branches found
No related tags found
1 merge request!130Release v0.14.0
Pipeline #46339 passed
......@@ -5,6 +5,22 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] - Date
### Added ###
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
### Documentation ###
## [0.13.2] - 2023-12-15
### Fixed ###
......
......@@ -46,10 +46,10 @@ from setuptools import find_packages, setup
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
########################################################################
ISRELEASED = True
ISRELEASED = False
MAJOR = 0
MINOR = 13
MICRO = 2
MICRO = 3
# 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.13.2'
version = '0.13.3'
# The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2'
release = '0.13.2'
release = '0.13.3-dev'
# -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment