From 25c9bae99389233f0575602b5e21138279ad6ed5 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Thu, 26 Oct 2023 00:21:30 +0200 Subject: [PATCH] REL: initiate next release cycle --- CHANGELOG.md | 14 ++++++++++++++ RELEASE_GUIDELINES.md | 4 ++-- pom.xml | 2 +- src/doc/conf.py | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e13710c7..fc91c68a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.0] - 2023-10-25 (Timm Fitschen) diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md index 2da13c6e..f6f3c872 100644 --- a/RELEASE_GUIDELINES.md +++ b/RELEASE_GUIDELINES.md @@ -40,11 +40,11 @@ guidelines of the CaosDB Project * `CHANGELOG.md`: Re-add the `[Unreleased]` section. 11. Add a gitlab release in the respective repository: - https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/releases + https://gitlab.com/linkahead/linkahead-server/-/releases Add a description, which can be a copy&paste from the CHANGELOG, possibly prepended by: ```md # Changelog -[See full changelog](https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/blob/${TAG}/CHANGELOG.md) +[See full changelog](https://gitlab.com/linkahead/linkahead-server/-/blob/${TAG}/CHANGELOG.md) ``` diff --git a/pom.xml b/pom.xml index 2607b1ed..abe5e282 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.caosdb</groupId> <artifactId>caosdb-server</artifactId> - <version>0.12.0</version> + <version>0.13.0-SNAPSHOT</version> <packaging>jar</packaging> <name>CaosDB Server</name> <scm> diff --git a/src/doc/conf.py b/src/doc/conf.py index 57b60c2b..530d8d65 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -26,9 +26,9 @@ copyright = '2023, IndiScale GmbH' author = 'Daniel Hornung, Timm Fitschen' # The short X.Y version -version = '0.12.0' +version = '0.13.0' # The full version, including alpha/beta/rc tags -release = '0.12.0' +release = '0.13.0-dev' # -- General configuration --------------------------------------------------- -- GitLab