From aa21262bfb7c5971255bf83951f488e69acb6864 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Fri, 11 Mar 2022 14:35:05 +0100 Subject: [PATCH] Prepare release 0.7.1 --- CHANGELOG.md | 14 +------------- src/doc/conf.py | 6 +++--- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 535fe457..eef5cd96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,19 +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 ### - -### Fixed ### - -### Security ### +## [0.7.1] - 2022-03-11 ## ### Documentation ### diff --git a/src/doc/conf.py b/src/doc/conf.py index b05fa1c7..db785ec0 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -25,14 +25,14 @@ import sphinx_rtd_theme # noqa: E402 # -- Project information ----------------------------------------------------- project = 'pycaosdb' -copyright = '2020, IndiScale GmbH' +copyright = '2022, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '0.5.2' +version = '0.7' # The full version, including alpha/beta/rc tags # release = '0.5.2-rc2' -release = '0.5.2' +release = '0.7.1' # -- General configuration --------------------------------------------------- -- GitLab