From d32bf50429b2eaab5e6d36769e6dd879b688b507 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Fri, 7 Jul 2023 17:21:03 +0200 Subject: [PATCH] REL: Set versions for release --- CHANGELOG.md | 12 +----------- src/doc/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ddc703..0115d525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +4,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] ## +## [0.12.0] - 2023-07-07 ## ### Added ### * `navbar.hideElementforRoles` function that hides a given element for certain roles. -### Changed ### - -### Deprecated ### - -### Removed ### - ### Fixed ### * Infinite loop in query panel auto-completion. @@ -24,10 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Missing `autocomplete="off"` in query form. [caosdb-webui#223](https://gitlab.com/caosdb/caosdb-webui/-/issues/223) -### Security ### - -### Documentation ### - ## [0.11.1] - 2023-05-31 ## ### Fixed ### diff --git a/src/doc/conf.py b/src/doc/conf.py index 2e0e5173..726b1f57 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -26,9 +26,9 @@ copyright = '2022, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '0.11.2' +version = '0.12.0' # The full version, including alpha/beta/rc tags -release = '0.11.2-SNAPSHOT' +release = '0.12.0' # -- General configuration --------------------------------------------------- -- GitLab