From 0d35dc16aba6d9809d85d975c35e6ddcd7e24419 Mon Sep 17 00:00:00 2001
From: Daniel Hornung <d.hornung@indiscale.com>
Date: Wed, 13 Apr 2022 09:13:37 +0200
Subject: [PATCH] FIX DOC: Fixed missing version number location in release
 guidelines.

---
 RELEASE_GUIDELINES.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md
index 8a8867d..e8ca40c 100644
--- a/RELEASE_GUIDELINES.md
+++ b/RELEASE_GUIDELINES.md
@@ -20,8 +20,9 @@ guidelines of the CaosDB Project
 
 3. Check all general prerequisites.
 
-4. Prepare [CMakeLists.txt](./CMakeLists.txt): Check the `MAJOR`, `MINOR`, `PATCH`
-   version variables.
+4. Update version numbers:
+   1. In [CMakeLists.txt](./CMakeLists.txt): Check the `MAJOR`, `MINOR`, `PATCH` version variables.
+   2. In `conanfile.py`: Update the `version` variable.
 
 5. Merge the release branch into the main branch.
 
-- 
GitLab