From 8a4b1366b1776ed826b24324ee64f9416c88ffd1 Mon Sep 17 00:00:00 2001 From: David Trudgian Date: Wed, 8 May 2024 13:55:26 +0100 Subject: [PATCH] chore: prepare 4.1.3 release --- CHANGELOG.md | 2 +- INSTALL.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00c81ef600..ed4c4dd573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # SingularityCE Changelog -## Change Since Last Release +## 4.1.3 \[2024-05-08\] ### Requirements diff --git a/INSTALL.md b/INSTALL.md index 26d68036af..d1ccf486c1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -232,11 +232,11 @@ cd singularity By default your clone will be on the `main` branch which is where development of SingularityCE happens. To build a specific version of SingularityCE, check out a [release tag](https://github.com/sylabs/singularity/tags) before -compiling. E.g. to build the 4.1.2 release, checkout the -`v4.1.2` tag: +compiling. E.g. to build the 4.1.3 release, checkout the +`v4.1.3` tag: ```sh -git checkout --recurse-submodules v4.1.2 +git checkout --recurse-submodules v4.1.3 ``` ## Compiling SingularityCE @@ -326,7 +326,7 @@ build and install the RPM like this: ```sh -export VERSION=4.1.2 # this is the singularity version, change as you need +export VERSION=4.1.3 # this is the singularity version, change as you need # Fetch the source wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz