Skip to content
Snippets Groups Projects
Verified Commit d4985d77 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

REL: prepare release 0.8.0

parent a552ac1d
No related branches found
No related tags found
No related merge requests found
Pipeline #25723 passed
...@@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file. ...@@ -5,7 +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/), 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.8.0] - 2022-07-12
(Timm Fitschen)
### Added ### ### Added ###
......
* caosdb-server >= 0.7.2 * caosdb-server >= 0.8.0
* Python >= 3.8 * Python >= 3.8
* pip >= 20.0.2 * pip >= 20.0.2
......
...@@ -45,10 +45,10 @@ from setuptools import find_packages, setup ...@@ -45,10 +45,10 @@ from setuptools import find_packages, setup
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
######################################################################## ########################################################################
ISRELEASED = False ISRELEASED = True
MAJOR = 0 MAJOR = 0
MINOR = 7 MINOR = 8
MICRO = 5 MICRO = 0
# Do not tag as pre-release until this commit # Do not tag as pre-release until this commit
# https://github.com/pypa/packaging/pull/515 # https://github.com/pypa/packaging/pull/515
# has made it into a release. Probably we should wait for pypa/packaging>=21.4 # has made it into a release. Probably we should wait for pypa/packaging>=21.4
......
...@@ -29,10 +29,10 @@ copyright = '2022, IndiScale GmbH' ...@@ -29,10 +29,10 @@ copyright = '2022, IndiScale GmbH'
author = 'Daniel Hornung' author = 'Daniel Hornung'
# The short X.Y version # The short X.Y version
version = '0.7.4' version = '0.8.0'
# 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.7.4' release = '0.8.0'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment