Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-mysqlbackend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-mysqlbackend
Commits
0caf17d9
Commit
0caf17d9
authored
3 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
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
3 years ago
Stage: setup
Stage: test
Stage: deploy
Changes
3
Pipelines
16
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+6
-2
6 additions, 2 deletions
CHANGELOG.md
RELEASE_GUIDELINES.md
+4
-3
4 additions, 3 deletions
RELEASE_GUIDELINES.md
doc/conf.py
+3
-3
3 additions, 3 deletions
doc/conf.py
with
13 additions
and
8 deletions
CHANGELOG.md
+
6
−
2
View file @
0caf17d9
...
...
@@ -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 ###
...
...
This diff is collapsed.
Click to expand it.
RELEASE_GUIDELINES.md
+
4
−
3
View file @
0caf17d9
# Release Guidelines for the CaosDB MySQL Backend
This document specifies release guidelines in addition to the gener
e
l release
This document specifies release guidelines in addition to the gener
a
l 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
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
3
−
3
View file @
0caf17d9
...
...
@@ -22,13 +22,13 @@ import sphinx_rtd_theme
# -- Project information -----------------------------------------------------
project
=
'
caosdb-mysqlbackend
'
copyright
=
'
202
0
, IndiScale GmbH
'
copyright
=
'
202
1
, 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 ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment