Skip to content
Snippets Groups Projects
Verified Commit aa21262b authored by Daniel Hornung's avatar Daniel Hornung
Browse files

Prepare release 0.7.1

parent 1d3358c1
No related branches found
No related tags found
No related merge requests found
Pipeline #20489 passed
...@@ -5,19 +5,7 @@ All notable changes to this project will be documented in this file. ...@@ -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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## ## [0.7.1] - 2022-03-11 ##
### Added ###
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
### Documentation ### ### Documentation ###
......
...@@ -25,14 +25,14 @@ import sphinx_rtd_theme # noqa: E402 ...@@ -25,14 +25,14 @@ import sphinx_rtd_theme # noqa: E402
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'pycaosdb' project = 'pycaosdb'
copyright = '2020, IndiScale GmbH' copyright = '2022, IndiScale GmbH'
author = 'Daniel Hornung' author = 'Daniel Hornung'
# The short X.Y version # The short X.Y version
version = '0.5.2' version = '0.7'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2' # release = '0.5.2-rc2'
release = '0.5.2' release = '0.7.1'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment