From f89ad110414b7b0e2f019dd11e1b9bfda2c08293 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 13 Dec 2023 15:34:29 +0100 Subject: [PATCH] REL: Release v7.0.2 --- CHANGELOG.md | 13 ++----------- doc/conf.py | 4 ++-- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b45fe1..8e60d21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,8 @@ 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 ### +## [7.0.2] - 2023-12-12 ## +(Timm Fitschen) ### Fixed ### @@ -24,8 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 which has been fixed but left broken data. This resulted in server errors [linkahead-mariadbbackend#34](https://gitlab.com/linkahead/linkahead-mariadbbackend/-/issues/34) -### Security ### - ## [7.0.1] - 2023-11-01 (Timm Fitschen) diff --git a/doc/conf.py b/doc/conf.py index 7113f93..5fdc05d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -26,9 +26,9 @@ copyright = '2021, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '7.0.1' +version = '7.0.2' # The full version, including alpha/beta/rc tags -release = '7.0.1' +release = '7.0.2' # -- General configuration --------------------------------------------------- -- GitLab