From 56491a8e0aae1acb884c5e91da54f4ef249c53d8 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Fri, 21 Jan 2022 11:38:09 +0100 Subject: [PATCH] Prepare release 0.7.0 --- CHANGELOG.md | 12 ++++++++++-- setup.py | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ea93d6..3021cbc6 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 b2a89cfe..4de01de2 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 -- GitLab