File tree Expand file tree Collapse file tree 5 files changed +18
-6
lines changed Expand file tree Collapse file tree 5 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ email: sven.fillinger@qbic.uni-tuebingen.de
44project_name : data-model-lib
55project_short_description : " Data models. A collection of QBiC's central data models\
66 \ and DTOs. "
7- version : 2.13 .0-SNAPSHOT
7+ version : 2.14 .0-SNAPSHOT
88domain : lib
99language : groovy
1010project_slug : data-model-lib
Original file line number Diff line number Diff line change @@ -4,11 +4,23 @@ Changelog
44
55This project adheres to `Semantic Versioning <https://semver.org/ >`_.
66
7- 2.13 .0-SNAPSHOT (2021-09-10 )
7+ 2.14 .0-SNAPSHOT (2021-10-13 )
88----------------------------
99
1010**Added **
1111
12+ **Fixed **
13+
14+ **Dependencies **
15+
16+ **Deprecated **
17+
18+
19+ 2.13.0 (2021-10-13)
20+ -------------------
21+
22+ **Added **
23+
1224* Added new product type ``life.qbic.datamodel.dtos.business.services.ExternalServiceProduct `` (#262)
1325* Added new ``Facility `` enum ``CEGAT `` in ``life.qbic.datamodel.dtos.business.facilities.Facility `` (#262)
1426* Added new product type ``EXTERNAL_SERVICE `` for ``life.qbic.datamodel.dtos.business.ProductCategory `` (#262)
Original file line number Diff line number Diff line change 5555# the built documents.
5656#
5757# The short X.Y version.
58- version = '2.13 .0-SNAPSHOT'
58+ version = '2.14 .0-SNAPSHOT'
5959# The full version, including alpha/beta/rc tags.
60- release = '2.13 .0-SNAPSHOT'
60+ release = '2.14 .0-SNAPSHOT'
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 77
88 <groupId >life.qbic</groupId >
99 <artifactId >data-model-lib</artifactId >
10- <version >2.13 .0-SNAPSHOT</version > <!-- <<QUBE_FORCE_BUMP>> -->
10+ <version >2.14 .0-SNAPSHOT</version > <!-- <<QUBE_FORCE_BUMP>> -->
1111 <name >data-model-lib</name >
1212 <url >http://github.com/qbicsoftware/data-model-lib</url >
1313 <description >Data models. A collection of QBiC's central data models and DTOs. </description >
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.13 .0-SNAPSHOT
2+ current_version = 2.14 .0-SNAPSHOT
33
44[bumpversion_files_whitelisted]
55dot_qube = .qube.yml
You can’t perform that action at this time.
0 commit comments