From c562fab18b005ef051b6a6a589652865fc14e299 Mon Sep 17 00:00:00 2001
From: Daniel Hornung <d.hornung@indiscale.com>
Date: Tue, 1 Feb 2022 12:25:15 +0100
Subject: [PATCH] MAINT: More version updates

---
 RELEASE_GUIDELINES.md | 6 +++---
 doc/conf.py           | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md
index fb5a774..9d94186 100644
--- a/RELEASE_GUIDELINES.md
+++ b/RELEASE_GUIDELINES.md
@@ -21,9 +21,9 @@ guidelines of the CaosDB Project
 
 3. Check all general prerequisites.
 
-4. Check version numbers:
-   1. In `doc/conf.py`
-   2. In `DESCRIPTION`. Also check the date here.
+4. Check version numbers and dates:
+   1. In `doc/conf.py`.
+   2. In `DESCRIPTION`.
 
 5. Merge the release branch into the main branch.
 
diff --git a/doc/conf.py b/doc/conf.py
index e9d14fc..a876217 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -23,7 +23,7 @@ import sphinx_rtd_theme  # type: ignore # noqa: 401
 # -- Project information -----------------------------------------------------
 
 project = 'OctaveCaosDB'
-copyright = '2021, IndiScale GmbH'
+copyright = '2022, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-- 
GitLab