Skip to content
Snippets Groups Projects
Verified Commit 56491a8e authored by Daniel Hornung's avatar Daniel Hornung
Browse files

Prepare release 0.7.0

parent f8f1ec31
No related branches found
No related tags found
No related merge requests found
Pipeline #18319 passed
......@@ -8,8 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ##
### Added ###
- function in administration that generates passwords that comply with the
rules
### Changed ###
......@@ -19,6 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ###
### Security ###
## [0.7.0] - 2022-01-21 ##
### Added ###
- Function in administration that generates passwords that comply with the rules.
### Fixed ###
- #90 compare_entities function in apiutils does not check units
### Security ###
......
......@@ -46,8 +46,8 @@ from setuptools import find_packages, setup
########################################################################
MAJOR = 0
MINOR = 6
MICRO = 2
MINOR = 7
MICRO = 0
PRE = "" # e.g. rc0, alpha.1, 0.beta-23
ISRELEASED = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment