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

DOC: Updated documentation a bit, updated version numbers.

parent 3c18c8e7
No related branches found
No related tags found
No related merge requests found
Pipeline #9107 passed
......@@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
- `utils/make_db` has new `grant-permission` command.
### Changed ###
### Deprecated ###
......@@ -21,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security ###
## [4.1.0] - 2021-06-11 ##
### Added ###
- `utils/make_db` has new `grant-permission` command.
## [4.0.0] - 2021-02-10 ##
### Added ###
......
# Release Guidelines for the CaosDB MySQL Backend
This document specifies release guidelines in addition to the generel release
This document specifies release guidelines in addition to the general release
guidelines of the CaosDB Project
([RELEASE_GUIDELINES.md](https://gitlab.com/caosdb/caosdb/blob/dev/RELEASE_GUIDELINES.md))
## General Prerequisites
* All tests are passing.
* FEATURES.md is up-to-date and a public API is being declared in that document.
* (FEATURES.md is up-to-date and a public API is being declared in that document.)
* CHANGELOG.md is up-to-date.
* DEPENDENCIES.md is up-to-date.
* (DEPENDENCIES.md is up-to-date.)
* Version in `doc/conf.py` is up-to-date.
## Steps
......
......@@ -22,13 +22,13 @@ import sphinx_rtd_theme
# -- Project information -----------------------------------------------------
project = 'caosdb-mysqlbackend'
copyright = '2020, IndiScale GmbH'
copyright = '2021, IndiScale GmbH'
author = 'Daniel Hornung'
# The short X.Y version
version = '3.0.0'
version = '4.1.0'
# The full version, including alpha/beta/rc tags
release = '3.0.0'
release = '4.1.0'
# -- 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