From 0a00cfe57b6b99ea4ceeb9e1eab3c49d05804305 Mon Sep 17 00:00:00 2001
From: Patrick Koppenburg <Patrick Koppenburg patrick.koppenburg@cern.ch>
Date: Thu, 31 Aug 2023 11:16:24 +0200
Subject: [PATCH 1/2] Release v41r12

---
 CMakeLists.txt         |  2 +-
 ReleaseNotes/v41r12.md | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 1 deletion(-)
 create mode 100644 ReleaseNotes/v41r12.md

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ac867ed15..3dd5e4ed6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
 
 cmake_minimum_required(VERSION 3.15)
 
-project(Analysis VERSION 41.11
+project(Analysis VERSION 41.12
         LANGUAGES CXX)
 
 # Enable testing with CTest/CDash
diff --git a/ReleaseNotes/v41r12.md b/ReleaseNotes/v41r12.md
new file mode 100644
index 000000000..2b3760bba
--- /dev/null
+++ b/ReleaseNotes/v41r12.md
@@ -0,0 +1,39 @@
+2023-08-31 Analysis v41r12
+===
+
+This version uses
+Rec [v35r15](../../../../Rec/-/tags/v35r15),
+Lbcom [v34r15](../../../../Lbcom/-/tags/v34r15),
+LHCb [v54r15](../../../../LHCb/-/tags/v54r15),
+Gaudi [v36r16](../../../../Gaudi/-/tags/v36r16),
+Detector [v1r19](../../../../Detector/-/tags/v1r19) and
+LCG [103](http://lcginfo.cern.ch/release/103/) with ROOT 6.28.00.
+
+This version is released on the `` branch.
+Built relative to Analysis [v41r11](/../../tags/v41r11), with the following changes:
+
+### New features ~"new feature"
+
+
+
+### Fixes ~"bug fix" ~workaround
+
+
+
+### Enhancements ~enhancement
+
+- ~Tuples | Bring the decay descriptor printing forward, !1006 (@amathad)
+- Enable spelling checks in .h and .cpp files, !1005 (@erodrigu)
+ ~Functors | Add primary vertex functor collection, !1002 (@ldufour)
+-- ~"MC checking" | Use this default name to avoid name collisions with MCTruthAndBkgCatAlg during application configuration, !1003 (@roneil)
+
+### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
+
+
+
+### Documentation ~Documentation
+
+
+### Other
+
+
-- 
GitLab


From 61bff9111524fcfe8a614117a0af335cb649dc1d Mon Sep 17 00:00:00 2001
From: Gitlab CI <noreply@cern.ch>
Date: Thu, 31 Aug 2023 09:17:55 +0000
Subject: [PATCH 2/2] pre-commit fixes

patch generated by https://gitlab.cern.ch/lhcb/Analysis/-/jobs/32123127
---
 ReleaseNotes/v41r12.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ReleaseNotes/v41r12.md b/ReleaseNotes/v41r12.md
index 2b3760bba..5d059db77 100644
--- a/ReleaseNotes/v41r12.md
+++ b/ReleaseNotes/v41r12.md
@@ -35,5 +35,3 @@ Built relative to Analysis [v41r11](/../../tags/v41r11), with the following chan
 
 
 ### Other
-
-
-- 
GitLab