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