Skip to content

Commit 6e245e5

Browse files
authored
Merge pull request #4293 from boegel/eb480
prepare release notes for EasyBuild v4.8.0 + bump version to 4.8.0
2 parents 5d52d4f + b942c9e commit 6e245e5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

RELEASE_NOTES

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.8.0 (7 July 2023)
8+
--------------------
9+
10+
feature release
11+
12+
- various enhancements, including:
13+
- use version suffixes in PR title instead of Python versions when using --new-pr (#4253 + #4286)
14+
- add script to find updated ECs for installed module (#4271)
15+
- various bug fixes, including:
16+
- fix regex for extracting glibc version from output of '`ldd --version`' in Gentoo Linux (#4290)
17+
- allow versionsuffix to be set to None in `det_full_ec_version` (#4292)
18+
- other changes:
19+
- stop running tests with Python 2.7 since it is no longer supported in GitHub Action (#4267)
20+
- replace imp.load_source by leveraging importlib.util.module_from_spec when using Python 3 (#4280)
21+
22+
723
v4.7.2 (27 May 2023)
824
--------------------
925

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.3.dev0')
48+
VERSION = LooseVersion('4.8.0')
4949
UNKNOWN = 'UNKNOWN'
5050

5151

0 commit comments

Comments
 (0)