From 641b7d2ee8b7c93bbeb553b5d0e65e2a5be8010a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Fri, 3 Dec 2021 15:01:23 +0100 Subject: [PATCH] MAINT: prepare release --- CHANGELOG.md | 12 +----------- setup.py | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ddd9c8f..9d211b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,23 +5,13 @@ 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 ### +## [0.6.1] - 2021-12-03 ## ### Fixed ### - #50 keyring can be used as password input method again * #81 compare_entities from apiutils does not compare entity values -### Security ### - ## [0.6.0] - 2021-10-19 ## ### Added ### diff --git a/setup.py b/setup.py index bb01da7f..0eda58e8 100755 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ MAJOR = 0 MINOR = 6 MICRO = 1 PRE = "" # e.g. rc0, alpha.1, 0.beta-23 -ISRELEASED = False +ISRELEASED = True if PRE: VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE) -- GitLab