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

REL: prepare release v0.4.0

parent 2db5d0b9
No related branches found
No related tags found
1 merge request!21Release v0.4.0
Pipeline #8985 passed
......@@ -5,7 +5,7 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [v0.4.0] - 2021-06-21
### Added
......
* caosdb-mysqlbackend == 4.0.0
* caosdb-mysqlbackend == 4.1.0
* Java 11
* Apache Maven >= 3.6.0
* make >= 4.2.0
......
......@@ -67,8 +67,8 @@ MYSQL_DATABASE_NAME=caosdb
MYSQL_USER_NAME=caosdb
# Password for the user
MYSQL_USER_PASSWORD=caosdb
# Schema of mysql procedures and tables which is required by this CaosDB instance
MYSQL_SCHEMA_VERSION=v4.0.0
# Schema of mysql procedures and tables which is required by this CaosDB instance. The versioning follows SemVer 2.0 specs.
MYSQL_SCHEMA_VERSION=v5.0
# --------------------------------------------------
......
......@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.caosdb</groupId>
<artifactId>caosdb-server</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>jar</packaging>
<name>CaosDB Server</name>
<properties>
......
......@@ -25,9 +25,9 @@ copyright = '2020, IndiScale GmbH'
author = 'Daniel Hornung'
# The short X.Y version
version = '0.3'
version = '0.4'
# The full version, including alpha/beta/rc tags
release = '0.3'
release = '0.4.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