Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
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-server
Commits
88882b47
Verified
Commit
88882b47
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
REL: prepare release v0.4.0
parent
2db5d0b9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!21
Release v0.4.0
Pipeline
#8985
passed
3 years ago
Stage: test
Stage: deploy
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
DEPENDENCIES.md
+1
-1
1 addition, 1 deletion
DEPENDENCIES.md
conf/core/server.conf
+2
-2
2 additions, 2 deletions
conf/core/server.conf
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
src/doc/conf.py
+2
-2
2 additions, 2 deletions
src/doc/conf.py
with
7 additions
and
7 deletions
CHANGELOG.md
+
1
−
1
View file @
88882b47
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
DEPENDENCIES.md
+
1
−
1
View file @
88882b47
*
caosdb-mysqlbackend == 4.
0
.0
*
caosdb-mysqlbackend == 4.
1
.0
*
Java 11
*
Apache Maven >= 3.6.0
*
make >= 4.2.0
...
...
This diff is collapsed.
Click to expand it.
conf/core/server.conf
+
2
−
2
View file @
88882b47
...
...
@@ -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
=
v
4
.
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
=
v
5
.
0
# --------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
88882b47
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
2
−
2
View file @
88882b47
...
...
@@ -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 ---------------------------------------------------
...
...
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