From 21b8e5e9b316071465a3c2b7b79366dd11e772c1 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Thu, 21 Mar 2024 17:24:15 +0100 Subject: [PATCH] REL: Prepare release of 0.7.1 --- CHANGELOG.md | 14 +------------- CITATION.cff | 4 ++-- src/doc/conf.py | 2 +- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0536158..c5fccde7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,7 @@ 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.7.1] - 2024-03-21 ## ### Fixed ### @@ -22,10 +14,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [indiscale#129](https://gitlab.indiscale.com/caosdb/src/caosdb-crawler/-/issues/129) missing packaging dependency. -### Security ### - -### Documentation ### - ## [0.7.0] - 2024-03-04 ## ### Added ### diff --git a/CITATION.cff b/CITATION.cff index de05ce11..abbd6b21 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,6 +17,6 @@ authors: given-names: Alexander orcid: https://orcid.org/0000-0003-4124-9649 title: CaosDB - Crawler -version: 0.7.0 +version: 0.7.1 doi: 10.3390/data9020024 -date-released: 2023-03-04 \ No newline at end of file +date-released: 2023-03-21 \ No newline at end of file diff --git a/src/doc/conf.py b/src/doc/conf.py index ac5fc7f5..5c376e1e 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -36,7 +36,7 @@ author = 'Alexander Schlemmer' version = '0.7.1' # The full version, including alpha/beta/rc tags # release = '0.5.2-rc2' -release = '0.7.1-dev' +release = '0.7.1' # -- General configuration --------------------------------------------------- -- GitLab