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

REL: Begin next release cycle

parent ee70c7eb
No related branches found
No related tags found
1 merge request!79Release 0.10.0
Pipeline #29739 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]
### Added ###
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
### Documentation ###
## [0.9.0] - 2022-10-24
(Florian Spreckelsen)
......
......@@ -45,10 +45,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 = 9
MICRO = 0
MICRO = 1
# 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
......
......@@ -32,7 +32,7 @@ author = 'Daniel Hornung'
version = '0.9.0'
# The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2'
release = '0.9.0'
release = '0.9.1-dev'
# -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment