Skip to content
Snippets Groups Projects
Commit 3ea4575d authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

REL: initialize next release cycle

parent 858f8c83
Branches
Tags
No related merge requests found
Pipeline #16944 canceled
...@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. ...@@ -5,6 +5,20 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ##
### Added ###
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
## [0.6.1] - 2021-12-03 ## ## [0.6.1] - 2021-12-03 ##
### Fixed ### ### Fixed ###
......
...@@ -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 = 6 MINOR = 6
MICRO = 1 MICRO = 2
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment