Skip to content
Snippets Groups Projects
Commit 0afba9f4 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: fix version number and add version change to release guideline

parent 6b2fc62b
No related branches found
No related tags found
1 merge request!21Release v0.4.0
......@@ -19,7 +19,7 @@ guidelines of the CaosDB Project
2. Check all general prerequisites.
3. Update the version property in [pom.xml](./pom.xml) (probably this means to
remove the `-SNAPSHOT`.
remove the `-SNAPSHOT`) and in `src/doc/conf.py`.
4. Merge the release branch into the master branch.
......
......@@ -25,9 +25,9 @@ copyright = '2020, IndiScale GmbH'
author = 'Daniel Hornung'
# The short X.Y version
version = '0.2'
version = '0.3'
# The full version, including alpha/beta/rc tags
release = '0.2'
release = '0.3'
# -- General configuration ---------------------------------------------------
......
......@@ -227,7 +227,7 @@ public class InsertFilesInDir extends FlagJob {
continue;
}
// add create symlink and file record to this
// add create symlink and add file record to this
// container if the target
// path is allowed
if (FileSystem.checkTarget(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment