From 0189ba2cd648e3b4182af0fa257759e205d73576 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Tue, 2 Jul 2024 11:14:01 +0200
Subject: [PATCH] Update version to 3.4.1

---
 CHANGELOG             | 2 +-
 CMakeLists.txt        | 4 ++--
 container/Dockerfile  | 4 ++--
 container/Singularity | 2 +-
 doc/conf.py.in        | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 8664e1a2..690e49ee 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,7 +5,7 @@
 Changelog
 ================================================================================
 
-Release 3.x.x
+Release 3.4.1
 --------------------------------------------------------------------------------
 
 * Bugfix release: Updates OpenStructure dependency to 2.8.0, fixes issues
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c4331fcb..7801b3e5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ include(PROMOD3)
 # versioning info
 set(PROMOD3_VERSION_MAJOR 3)
 set(PROMOD3_VERSION_MINOR 4)
-set(PROMOD3_VERSION_PATCH 0)
+set(PROMOD3_VERSION_PATCH 1)
 set(PROMOD3_VERSION_STRING ${PROMOD3_VERSION_MAJOR}.${PROMOD3_VERSION_MINOR})
 set(PROMOD3_VERSION_STRING ${PROMOD3_VERSION_STRING}.${PROMOD3_VERSION_PATCH})
 
@@ -103,7 +103,7 @@ if(NOT DISABLE_DOCUMENTATION)
   # this URL should always point to the latest version of OST
   set(OST_DOC_URL "https://www.openstructure.org/docs")
 endif()
-find_package(OPENSTRUCTURE 2.6.0 REQUIRED
+find_package(OPENSTRUCTURE 2.8.0 REQUIRED
              COMPONENTS io mol seq seq_alg mol_alg conop img mol_mm)
 
 if(CMAKE_COMPILER_IS_GNUCXX)
diff --git a/container/Dockerfile b/container/Dockerfile
index e50c7956..e7d4aff5 100644
--- a/container/Dockerfile
+++ b/container/Dockerfile
@@ -1,9 +1,9 @@
-ARG OPENSTRUCTURE_IMAGE_TAG="2.6.0-jammy"
+ARG OPENSTRUCTURE_IMAGE_TAG="2.8.0-jammy"
 FROM registry.scicore.unibas.ch/schwede/openstructure:${OPENSTRUCTURE_IMAGE_TAG}
 
 # ARGUMENTS
 ###########
-ARG PROMOD_VERSION="3.4.0"
+ARG PROMOD_VERSION="3.4.1"
 ARG SRC_FOLDER="/usr/local/src"
 
 
diff --git a/container/Singularity b/container/Singularity
index 92bde83d..a1f143bc 100644
--- a/container/Singularity
+++ b/container/Singularity
@@ -1,5 +1,5 @@
 BootStrap: docker
-From: registry.scicore.unibas.ch/schwede/promod3:3.4.0-OST2.7.0-jammy
+From: registry.scicore.unibas.ch/schwede/promod3:3.4.1-OST2.8.0-jammy
 %post
 ##############################################################################
 # POST
diff --git a/doc/conf.py.in b/doc/conf.py.in
index d8178757..190df97d 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -286,7 +286,7 @@ rst_epilog = """
 .. |cmake| replace:: CMake
 .. |ost_l| replace:: OpenStructure
 .. |ost_s| replace:: OST
-.. |ost_version| replace:: 2.6.0
+.. |ost_version| replace:: 2.8.0
 .. |python| replace:: Python
 .. |sphinx| replace:: Sphinx
 .. _sphinx: http://sphinx-doc.org/
-- 
GitLab