From 1a166bb95ec31bcd77602d9c3e4a85834d15b5b5 Mon Sep 17 00:00:00 2001
From: "Stefan E. Funk" <funk@sub.uni-goettingen.de>
Date: Mon, 14 Oct 2024 15:13:25 +0200
Subject: [PATCH 1/3] fix: add CTS logo ... again

---
 docs/_templates/footer.html | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html
index cbe311a..88c4693 100644
--- a/docs/_templates/footer.html
+++ b/docs/_templates/footer.html
@@ -25,13 +25,11 @@
                 <img alt="GKFI Logo" src="https://res.de.dariah.eu/logos/gfki/GKFI-Logo.png" style="height:40px!important;margin-right:20px;filter:grayscale(100%);">
         </a>
         <a href="https://text-plus.org/" target="_blank">
-                <img alt="Textplus Logo" src="https://res.de.dariah.eu/logos/textplus/textplus_logo_RGB.svg" style="height:40px!important;filter:grayscale(100%);">
+                <img alt="Textplus Logo" src="https://res.de.dariah.eu/logos/textplus/textplus_logo_RGB.svg" style="height:40px!important;margin-right:20px;filter:grayscale(100%);">
         </a>
-        <!--
-        <a href="" target="_blank">
+        <a href="https://doi.org/10.34894/L1F7BS" target="_blank">
             <img alt="CoreTrustSeal Logo" src="https://res.de.dariah.eu/logos/coretrustseal/cts-logo-transparent.png" style="height:40px!important;filter:grayscale(100%);">
         </a>
-        -->
 </div>
 
 {% endblock %}
-- 
GitLab


From 574170f7adfb0beab8906631829f0f0743e27ac1 Mon Sep 17 00:00:00 2001
From: "Stefan E. Funk" <funk@sub.uni-goettingen.de>
Date: Mon, 14 Oct 2024 15:15:13 +0200
Subject: [PATCH 2/3] fix: add new version

---
 .gitlab-ci.yml | 2 +-
 docs/conf.py   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9e0e5a5..dfcf7b2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,7 +101,7 @@ build-release-deb:
     description: 'TextGrid Repository API Documentation'
     url: 'https://textgrid.de'
     build_number: $PIPELINE_ID
-    version: '2024-02'
+    version: '2024-10'
     deb_file_name: '${name}_${version}.deb'
   script:
     - gem install fpm
diff --git a/docs/conf.py b/docs/conf.py
index c9409bb..acded0b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,7 +51,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'TextGrid Repository'
-copyright = u'2023, TextGrid'
+copyright = u'2024, TextGrid'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -61,7 +61,7 @@ copyright = u'2023, TextGrid'
 # "2021-09-14" (without suffix) for release deployment!
 # The short X.Y version.
 # ANOTHER NOTE: version is set in .gitlab-ci.yml now! Please look there and in RELEASE.md doc!
-version = '2023-LOCAL'
+version = '2024-LOCAL'
 #version = '2021-10-18'
 
 # The full version, including alpha/beta/rc tags.
-- 
GitLab


From b88b1a5a2ab1a6496706d9a84e93bbea1b489c41 Mon Sep 17 00:00:00 2001
From: "Stefan E. Funk" <funk@sub.uni-goettingen.de>
Date: Mon, 14 Oct 2024 15:16:15 +0200
Subject: [PATCH 3/3] remove new version from conf.py...

---
 docs/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index acded0b..c9409bb 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,7 +51,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'TextGrid Repository'
-copyright = u'2024, TextGrid'
+copyright = u'2023, TextGrid'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -61,7 +61,7 @@ copyright = u'2024, TextGrid'
 # "2021-09-14" (without suffix) for release deployment!
 # The short X.Y version.
 # ANOTHER NOTE: version is set in .gitlab-ci.yml now! Please look there and in RELEASE.md doc!
-version = '2024-LOCAL'
+version = '2023-LOCAL'
 #version = '2021-10-18'
 
 # The full version, including alpha/beta/rc tags.
-- 
GitLab