Skip to content

Commit bad9a0e

Browse files
authored
Merge pull request #4263 from SebastianAchilles/eb472
prepare release notes for EasyBuild v4.7.2 + bump version to 4.7.2
2 parents 47091c1 + 8b7e83f commit bad9a0e

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

RELEASE_NOTES

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ For more detailed information, please see the git log.
44
These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
55

66

7+
v4.7.2 (27 May 2023)
8+
--------------------
9+
10+
update/bugfix release
11+
12+
- various enhancements, including:
13+
- extend (experimental) support for generating container images with Apptainer (#3975)
14+
- add default download timeout (#4226)
15+
- make the RPATH section check with `readelf -d` in sanity check optional (#4249)
16+
- various bug fixes, including:
17+
- add `make_extension_string` and `_make_extension_list` methods to `EasyBlock` class, so easyblocks can customize them (#3697)
18+
- fix typo in condition guarding installation of GitHub token in CI workflow to run unit tests + fix broken tests related to GitHub integration features (#4216)
19+
- fix --check-github as gist url now includes username (#4231)
20+
- switch to Ubuntu 22.04 in GitHub Actions workflow to run container tests (#4238)
21+
- use "/usr/bin/env python" in test_run_cmd_script (#4241)
22+
- other changes:
23+
- print potential errors after running a command only once (#4065)
24+
- change github_* template descriptions to be somewhat clearer (#4251)
25+
- remove workflow to test bootstrap script (#4255)
26+
27+
728
v4.7.1 (March 20th 2023)
829
------------------------
930

easybuild/tools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
4646
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
4747
# This causes problems further up the dependency chain...
48-
VERSION = LooseVersion('4.7.2.dev0')
48+
VERSION = LooseVersion('4.7.2')
4949
UNKNOWN = 'UNKNOWN'
5050

5151

0 commit comments

Comments
 (0)