From c94932bd55747e20701fd570c86b6385dc5ba795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Tue, 17 Oct 2023 10:46:00 +0200 Subject: [PATCH] REL: start release process --- CHANGELOG.md | 2 +- doc/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d674221..989048b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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] ## +## [6.0.0 2023-10-17] ## This is a major update. Switching from integer ids for internal and external use to string ids for the external use while keeping the old integer ids for internal use. diff --git a/doc/conf.py b/doc/conf.py index c649f34..02d6ce6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -26,9 +26,9 @@ copyright = '2021, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '5.1' +version = '6.0' # The full version, including alpha/beta/rc tags -release = '5.1.0-SNAPSHOT' +release = '6.0.0' # -- General configuration --------------------------------------------------- -- GitLab