Skip to content

Commit f965f79

Browse files
authored
Merge pull request #3051 from boegel/eb401
update release notes and bump version for v4.0.1 release
2 parents 774655d + 38ba5d1 commit f965f79

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

RELEASE_NOTES

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ For more detailed information, please see the git log.
33

44
These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
55

6+
v4.0.1 (October 15th 2019)
7+
--------------------------
8+
9+
update/bugfix release
10+
11+
- various enhancements, including:
12+
- add 'parallel' to list of config templates (#3036)
13+
- add GitHub Actions workflow to run easybuild-framework test suite (#3039)
14+
- add 'retest' as a reason to --close-pr, to close/re-open PRs to trigger re-test in Travis (#3040)
15+
- define $EB_SCRIPT_PATH in 'eb' wrapper script, and consider it before location of 'eb' determined via $PATH in get_paths_for function (#3046)
16+
- add support for --remove-ghost-install-dirs configuration option, and warn about (potential) ghost install dirs by default when --force/--rebuild is used (#3050)
17+
- various bug fixes, including:
18+
- update bootstrap script to support installing EasyBuild v4.0 (#3017)
19+
- fix broken test_download_repo due to archiving of easyconfigs (#3019, #3023)
20+
- avoid that --inject-checksums introduces list of patches for extensions as a single long line (#3025, #3034)
21+
- enhance regex in fix_shebang method to fix more Python/Perl shebangs + avoid patching binary files (#3029)
22+
- delete test gist that is created by --check-github (#3031)
23+
- disable templates when defining easyconfig parameters in EasyConfig.set_keys() (#3037)
24+
- avoid setting GC3Pie's max_in_flight to None if --job-max-jobs is not specified (#3038)
25+
- fix use of obtain_file method for extensions (#3042)
26+
- error out if some GC3Pie job failed (#3044)
27+
28+
629
v4.0.0 (September 20th 2019)
730
----------------------------
831

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.0.1.dev0')
46+
VERSION = LooseVersion('4.0.1')
4747
UNKNOWN = 'UNKNOWN'
4848

4949

0 commit comments

Comments
 (0)