From bcfb579db95e7d46d48f279349ea1fe0793fa6cb Mon Sep 17 00:00:00 2001
From: Davide Fazzini <davide.fazzini@cern.ch>
Date: Fri, 21 Apr 2023 17:12:37 +0200
Subject: [PATCH 1/4] Documentation and dependencies for v41r7 release

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8a75eb8df..2eb0a0bdf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
 
 cmake_minimum_required(VERSION 3.15)
 
-project(Analysis VERSION 41.6
+project(Analysis VERSION 41.7
         LANGUAGES CXX)
 
 # Enable testing with CTest/CDash
diff --git a/ReleaseNotes/v41r7.md b/ReleaseNotes/v41r7.md
new file mode 100644
index 000000000..cd5b26a26
--- /dev/null
+++ b/ReleaseNotes/v41r7.md
@@ -0,0 +1,38 @@
+2023-04-21 Analysis v41r7
+===
+
+This version uses
+Rec [v35r7](../../../../Rec/-/tags/v35r7),
+Lbcom [v34r7](../../../../Lbcom/-/tags/v34r7),
+LHCb [v54r7](../../../../LHCb/-/tags/v54r7),
+Detector [v1r11](../../../../Detector/-/tags/v1r11),
+Gaudi [v36r12](../../../../Gaudi/-/tags/v36r12) 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 [v41r6](/../../tags/v41r6), with the following changes:
+
+### New features ~"new feature"
+
+
+
+### Fixes ~"bug fix" ~workaround
+
+
+
+### Enhancements ~enhancement
+
+- ~"MC checking" | Allow to give a name to MCTruthAndBkgCatAlg and dropped hash by default, !970 (@sponce)
+- ~Tuples | Support more enum types in FunTuple, !973 (@graven)
+
+
+### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
+
+
+
+### Documentation ~Documentation
+
+
+### Other
+
+- ~"MC checking" ~Tuples | Add MCPrimaries and more MC functors, !946 (@jzhuo)
-- 
GitLab


From 06c81bcb631cb56b0dbdceb7b9f68da6e545fad0 Mon Sep 17 00:00:00 2001
From: Davide Fazzini <davide.fazzini@cern.ch>
Date: Fri, 21 Apr 2023 17:22:49 +0200
Subject: [PATCH 2/4] Update ReleaseNotes/v41r7.md

---
 ReleaseNotes/v41r7.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ReleaseNotes/v41r7.md b/ReleaseNotes/v41r7.md
index cd5b26a26..ee45483ae 100644
--- a/ReleaseNotes/v41r7.md
+++ b/ReleaseNotes/v41r7.md
@@ -9,7 +9,7 @@ Detector [v1r11](../../../../Detector/-/tags/v1r11),
 Gaudi [v36r12](../../../../Gaudi/-/tags/v36r12) and
 LCG [103](http://lcginfo.cern.ch/release/103/) with ROOT 6.28.00.
 
-This version is released on the `` branch.
+This version is released on the `master` branch.
 Built relative to Analysis [v41r6](/../../tags/v41r6), with the following changes:
 
 ### New features ~"new feature"
-- 
GitLab


From b9cccaa4d615c1951b030808af06e11a3c268c62 Mon Sep 17 00:00:00 2001
From: Patrick Koppenburg <patrick.koppenburg@cern.ch>
Date: Fri, 21 Apr 2023 17:34:07 +0200
Subject: [PATCH 3/4] Apply 2 suggestion(s) to 1 file(s)

---
 ReleaseNotes/v41r7.md | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/ReleaseNotes/v41r7.md b/ReleaseNotes/v41r7.md
index ee45483ae..c41c79e03 100644
--- a/ReleaseNotes/v41r7.md
+++ b/ReleaseNotes/v41r7.md
@@ -12,27 +12,12 @@ LCG [103](http://lcginfo.cern.ch/release/103/) with ROOT 6.28.00.
 This version is released on the `master` branch.
 Built relative to Analysis [v41r6](/../../tags/v41r6), with the following changes:
 
-### New features ~"new feature"
-
-
-
-### Fixes ~"bug fix" ~workaround
-
-
-
 ### Enhancements ~enhancement
 
 - ~"MC checking" | Allow to give a name to MCTruthAndBkgCatAlg and dropped hash by default, !970 (@sponce)
 - ~Tuples | Support more enum types in FunTuple, !973 (@graven)
 
 
-### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
-
-
-
-### Documentation ~Documentation
-
-
 ### Other
 
 - ~"MC checking" ~Tuples | Add MCPrimaries and more MC functors, !946 (@jzhuo)
-- 
GitLab


From 75b0adcabf2976917d39acbf6f10a1a656cea6d4 Mon Sep 17 00:00:00 2001
From: Davide Fazzini <davide.fazzini@cern.ch>
Date: Fri, 21 Apr 2023 17:36:06 +0200
Subject: [PATCH 4/4] Update ReleaseNotes/v41r7.md

---
 ReleaseNotes/v41r7.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/ReleaseNotes/v41r7.md b/ReleaseNotes/v41r7.md
index c41c79e03..f98da49b7 100644
--- a/ReleaseNotes/v41r7.md
+++ b/ReleaseNotes/v41r7.md
@@ -14,10 +14,6 @@ Built relative to Analysis [v41r6](/../../tags/v41r6), with the following change
 
 ### Enhancements ~enhancement
 
+- ~"MC checking" ~Tuples | Add MCPrimaries and more MC functors, !946 (@jzhuo)
 - ~"MC checking" | Allow to give a name to MCTruthAndBkgCatAlg and dropped hash by default, !970 (@sponce)
 - ~Tuples | Support more enum types in FunTuple, !973 (@graven)
-
-
-### Other
-
-- ~"MC checking" ~Tuples | Add MCPrimaries and more MC functors, !946 (@jzhuo)
-- 
GitLab