From 8261d789a56179b7341796f7553b97d6a0efbd33 Mon Sep 17 00:00:00 2001 From: "Andreas H. Kelch" Date: Thu, 17 Mar 2022 20:43:44 +0100 Subject: [PATCH] chore: increased version --- CHANGELOG.md | 7 ++++--- src/viur_cli/version.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd1ab9..f3d7767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog This file documents any relevant changes. - -## [0.6.9] - 2022-03-17 -- chore: refactored flare.py to use Python standard library tools and pyminifier directly. +## [0.6.10] - 2022-03-17 - fix: disabled autoinstall of Autocompletion for bash and zsh +- +## [0.6.9] - 2022-03-17 +- chore: refactored flare.py to use Python standard library tools and pyminifier directly. ## [0.6.8] - 2022-03-09 - chore: updated app_server to 0.7.3 diff --git a/src/viur_cli/version.py b/src/viur_cli/version.py index 5c2c6c5..54149df 100644 --- a/src/viur_cli/version.py +++ b/src/viur_cli/version.py @@ -1 +1 @@ -__version__ = "0.6.9" +__version__ = "0.6.10"