Skip to content

Commit e17d5ac

Browse files
committed
Release of version 5.0.0
1 parent 8ffa842 commit e17d5ac

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

NEWS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ documents those changes that are of interest to users and admins.
88

99
.. _5.0 release notes:
1010

11-
Modules 5.0.0 (not yet released)
12-
--------------------------------
11+
Modules 5.0.0 (2021-09-12)
12+
--------------------------
1313

1414
* Remove deprecated :command:`createmodule.sh` and :command:`createmodule.py`
1515
tools as shell script to modulefile conversion is now achieved with the

contrib/rpm/environment-modules.spec.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@ fi
211211

212212

213213
%changelog
214+
* Sun Sep 12 2021 Xavier Delaruelle <[email protected]> - 5.0.0-1
215+
- Update to 5.0.0
216+
- Configuration guide example.txt is replaced by more up to date INSTALL.txt
217+
document
218+
214219
* Sun Jul 25 2021 Xavier Delaruelle <[email protected]> - 5.0.0-0.1.alpha
215220
- Update to 5.0.0-alpha
216221
- Remove createmodule.sh and createmodule.py utilities ('module sh-to-mod'

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_version_release_from_git():
7979
else:
8080
return version, version + '+' + branch + '-' + tags
8181
else:
82-
return '5.0.0-alpha', ''
82+
return '5.0.0', ''
8383

8484
# The short X.Y version.
8585
# The full version, including alpha/beta/rc tags.

version.inc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release definitions shared across the Makefiles of this project
22
# run make to generate version.inc
33

4-
MODULES_RELEASE := 5.0.0-alpha
4+
MODULES_RELEASE := 5.0.0
55
MODULES_BUILD_HASH := $Format:%h$
66
MODULES_BUILD_REFS := $Format:%D$
77
MODULES_BUILD_FDATE := $Format:%ci$

0 commit comments

Comments
 (0)