File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ For more detailed information, please see the git log.
44These 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+
723v4.7.2 (27 May 2023)
824--------------------
925
Original file line number Diff line number Diff line change 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 ' )
4949UNKNOWN = 'UNKNOWN'
5050
5151
You can’t perform that action at this time.
0 commit comments