Skip to content

Commit 479ab64

Browse files
Apply suggestions from code review
Co-authored-by: jnnfr <jennifer.boedker@qbic.uni-tuebingen.de>
1 parent 698caba commit 479ab64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.qube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ email: sven.fillinger@qbic.uni-tuebingen.de
44
project_name: data-model-lib
55
project_short_description: "Data models. A collection of QBiC's central data models\
66
\ and DTOs. "
7-
version: 2.12.0-SNAPSHOT
7+
version: 2.12.0
88
domain: lib
99
language: groovy
1010
project_slug: data-model-lib

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# the built documents.
5656
#
5757
# The short X.Y version.
58-
version = '2.12.0-SNAPSHOT'
58+
version = '2.12.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '2.12.0-SNAPSHOT'
60+
release = '2.12.0'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

qube.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.12.0-SNAPSHOT
2+
current_version = 2.12.0
33

44
[bumpversion_files_whitelisted]
55
dot_qube = .qube.yml

0 commit comments

Comments
 (0)