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

REL: prepare release 0.8.0

parent 75c19db8
No related branches found
No related tags found
1 merge request!77REL: prepare release 0.8.0
Checking pipeline status
...@@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file. ...@@ -4,7 +4,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.3 * CaosDB Server 0.8.0
* Make 4.2.0 * Make 4.2.0
# Java Script Libraries (included in this repository) # Java Script Libraries (included in this repository)
* bootstrap-5.0.1 * bootstrap-5.0.1
* bootstrap-autocomplete-2.3.5 * bootstrap-autocomplete-2.3.5
* bootstrap-icons-1.4.1 * bootstrap-icons-1.4.1
* bootstrap-select-1.14.0-beta2 * bootstrap-select-1.14.0-beta3
* dropzone-5.5.0 * dropzone-5.5.0
* javascript-state-machine-master * javascript-state-machine-master
* jquery-3.6.0.min.js * jquery-3.6.0.min.js
......
...@@ -7,7 +7,6 @@ guidelines of the CaosDB Project ...@@ -7,7 +7,6 @@ guidelines of the CaosDB Project
## General Prerequisites ## General Prerequisites
* All tests are passing. * All tests are passing.
* FEATURES.md is up-to-date and a public API is being declared in that document.
* CHANGELOG.md is up-to-date (insert version number and remove unpublished) * CHANGELOG.md is up-to-date (insert version number and remove unpublished)
* DEPENDENCIES.md is up-to-date. * DEPENDENCIES.md is up-to-date.
...@@ -18,7 +17,7 @@ guidelines of the CaosDB Project ...@@ -18,7 +17,7 @@ guidelines of the CaosDB Project
2. Check all general prerequisites. 2. Check all general prerequisites.
3. Update `src/doc/conf.py` version and check that the correct caosdb-servre 3. Update `src/doc/conf.py` version and check that the correct caosdb-server
version is listed in `DEPENDENCIES.md`. version is listed in `DEPENDENCIES.md`.
4. Merge the release branch into the main branch. 4. Merge the release branch into the main branch.
......
...@@ -26,9 +26,9 @@ copyright = '2022, IndiScale GmbH' ...@@ -26,9 +26,9 @@ copyright = '2022, IndiScale GmbH'
author = 'Daniel Hornung' author = 'Daniel Hornung'
# The short X.Y version # The short X.Y version
version = '0.7.1' version = '0.8.0'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.7.1-SNAPSHOT' release = '0.8.0'
# -- 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