Skip to content

Commit e232a9f

Browse files
prepare release notes for EasyBuild v4.5.3 + bump version to 4.5.3
1 parent 1b28735 commit e232a9f

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

RELEASE_NOTES

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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.5.3 (February 11th 2022)
8+
---------------------------
9+
10+
update/bugfix release
11+
12+
- various enhancements, including:
13+
- also check for git in --check-eb-deps (#3954)
14+
- add end2end test for 'eb --containerize' (#3958)
15+
- various bug fixes, including:
16+
- take into account that patch files can also be zipped when checking filename extension for patches (#3936)
17+
- initialize BACKUP_PKG_URL in install_eb_dep.sh with empty string (#3939)
18+
- fix get_os_name and get_os_version to avoid reporting UNKNOWN in output of eb --show-system-info (#3942)
19+
- consistently use actions/setup-python (#3944)
20+
- switch to using pip3 for installing EasyBuild in Singularity definition file generated by EasyBuild (#3945)
21+
- specify easybuild.io as EasyBuild homepage in setup.py (#3947)
22+
- avoid crash in get_os_version on modern SLES-based OSs (#3955)
23+
- other changes:
24+
- indicate compatibility with Python 3.10 in setup.py (#3940)
25+
26+
727
v4.5.2 (January 24th 2022)
828
--------------------------
929

easybuild/tools/version.py

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

4949

0 commit comments

Comments
 (0)