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
3e94e795
Commit
3e94e795
authored
1 year ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' into f-sss-doc
parents
a8c22b19
8b17e785
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!117
Release 0.12.2
,
!112
DOC: enhance sss documentation
Pipeline
#45628
passed
1 year ago
Stage: info
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+14
-0
14 additions, 0 deletions
CHANGELOG.md
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
17 additions
and
3 deletions
CHANGELOG.md
+
14
−
0
View file @
3e94e795
...
...
@@ -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
## [0.12.1] - 2023-12-13
(Timm Fitschen)
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
3e94e795
...
...
@@ -25,7 +25,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.caosdb
</groupId>
<artifactId>
caosdb-server
</artifactId>
<version>
0.1
2.1
</version>
<version>
0.1
3.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
CaosDB Server
</name>
<scm>
...
...
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
2
−
2
View file @
3e94e795
...
...
@@ -26,9 +26,9 @@ copyright = '2023, IndiScale GmbH'
author
=
'
Daniel Hornung, Timm Fitschen
'
# The short X.Y version
version
=
'
0.1
2.1
'
version
=
'
0.1
3.0
'
# The full version, including alpha/beta/rc tags
release
=
'
0.1
2.1
'
release
=
'
0.1
3.0-dev
'
# -- 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