diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ea93d60cf74636d38709b0b9b11763f2bc739f..3021cbc6c0ba1287ac7b8d71dd9abd1a18fd73b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ### diff --git a/setup.py b/setup.py index b2a89cfe8dc26de874585cdd46c06e458d3533e9..4de01de231ad5d80a6a4ba2dcc933e47d6e7bde5 100755 --- a/setup.py +++ b/setup.py @@ -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