Skip to content

Commit 181a487

Browse files
authored
Merge pull request #3600 from dtrudg/prep-4.3.0
chore: prepare 4.3.0 release
2 parents 61c3eb9 + 08f2282 commit 181a487

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SingularityCE Changelog
22

3-
## 4.3.0-rc.1 Release Candidate \[2025-03-04\]
3+
## 4.3.0 \[2025-03-13\]
44

55
### Behaviour Changes
66

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,11 @@ git submodule update --init
227227
By default your clone will be on the `main` branch which is where development
228228
of SingularityCE happens. To build a specific version of SingularityCE, check
229229
out a [release tag](https://github.com/sylabs/singularity/tags) before
230-
compiling. E.g. to build the 4.3.0-rc.1 release candidate, checkout the
231-
`v4.3.0-rc.1` tag:
230+
compiling. E.g. to build the 4.3.0 release, checkout the
231+
`v4.3.0` tag:
232232

233233
```sh
234-
git checkout --recurse-submodules v4.3.0-rc.1
234+
git checkout --recurse-submodules v4.3.0
235235
```
236236

237237
## Compiling SingularityCE
@@ -334,7 +334,7 @@ build and install the RPM like this:
334334
<!-- markdownlint-disable MD013 -->
335335

336336
```sh
337-
export VERSION=4.3.0-rc.1 # this is the singularity version, change as you need
337+
export VERSION=4.3.0 # this is the singularity version, change as you need
338338

339339
# Fetch the source
340340
wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz

0 commit comments

Comments
 (0)