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
1874af5a
Verified
Commit
1874af5a
authored
2 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
REL: prepare release 0.8.1
parent
2611cb65
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#30108
passed
2 years ago
Stage: info
Stage: test
Stage: deploy
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+2
-1
2 additions, 1 deletion
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
+3
-3
3 additions, 3 deletions
src/doc/conf.py
with
7 additions
and
6 deletions
CHANGELOG.md
+
2
−
1
View file @
1874af5a
...
@@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file.
...
@@ -5,7 +5,8 @@ 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/
)
,
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
)
.
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [Unreleased]
## [0.8.1] - 2022-11-07
(Timm Fitschen)
### Added
### Added
...
...
This diff is collapsed.
Click to expand it.
caosdb-webui
@
a3767124
Subproject commit
f2884f7634e2b160f398cea49d5ce5cdefdda3d8
Subproject commit
a3767124c9400da1418d87fe7efdb09a630acca4
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
1874af5a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.caosdb
</groupId>
<groupId>
org.caosdb
</groupId>
<artifactId>
caosdb-server
</artifactId>
<artifactId>
caosdb-server
</artifactId>
<version>
0.
9.0-SNAPSHOT
</version>
<version>
0.
8.1
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<name>
CaosDB Server
</name>
<name>
CaosDB Server
</name>
<scm>
<scm>
...
...
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
3
−
3
View file @
1874af5a
...
@@ -22,12 +22,12 @@ import sphinx_rtd_theme
...
@@ -22,12 +22,12 @@ import sphinx_rtd_theme
project
=
'
caosdb-server
'
project
=
'
caosdb-server
'
copyright
=
'
2022, IndiScale GmbH
'
copyright
=
'
2022, IndiScale GmbH
'
author
=
'
Daniel Hornung
'
author
=
'
Daniel Hornung
, Timm Fitschen
'
# The short X.Y version
# The short X.Y version
version
=
'
0.
9.0
'
version
=
'
0.
8.1
'
# The full version, including alpha/beta/rc tags
# The full version, including alpha/beta/rc tags
release
=
'
0.
9.0-SNAPSHOT
'
release
=
'
0.
8.1
'
# -- General configuration ---------------------------------------------------
# -- 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