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
99dc8970
Verified
Commit
99dc8970
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
REL: initialize next release cycle
parent
394ccde7
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!44
Release 0.6
Pipeline
#16090
passed
3 years ago
Stage: setup
Stage: test
Stage: deploy
Changes
4
Pipelines
17
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+14
-0
14 additions, 0 deletions
CHANGELOG.md
caosdb-webui
+1
-1
1 addition, 1 deletion
caosdb-webui
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
src/doc/conf.py
+1
-1
1 addition, 1 deletion
src/doc/conf.py
with
17 additions
and
3 deletions
CHANGELOG.md
+
14
−
0
View file @
99dc8970
...
...
@@ -5,6 +5,20 @@ 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]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [v0.5.0] - 2021-10-19
### Added
...
...
This diff is collapsed.
Click to expand it.
caosdb-webui
@
8e5799db
Subproject commit
d29e9a020f67fc07f42d1a023883b697ef922a8e
Subproject commit
8e5799db53b853b06a51a3bd250daeb9c779eee5
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
99dc8970
...
...
@@ -25,7 +25,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.caosdb
</groupId>
<artifactId>
caosdb-server
</artifactId>
<version>
0.5.
0
</version>
<version>
0.5.
1-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
CaosDB Server
</name>
<properties>
...
...
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
1
−
1
View file @
99dc8970
...
...
@@ -27,7 +27,7 @@ author = 'Daniel Hornung'
# The short X.Y version
version
=
'
0.5
'
# The full version, including alpha/beta/rc tags
release
=
'
0.5.
0
'
release
=
'
0.5.
1-SNAPSHOT
'
# -- 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