Skip to content

Commit 3e70509

Browse files
committed
Release of version 4.8.0
1 parent c21c6bb commit 3e70509

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
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
.. _4.8 release notes:
1010

11-
Modules 4.8.0 (not yet released)
12-
--------------------------------
11+
Modules 4.8.0 (2021-07-14)
12+
--------------------------
1313

1414
* Introduce the :subcmd:`edit` sub-command that opens modulefile passed as
1515
argument in a text editor. Modulefile can be specified like with any other

contrib/rpm/environment-modules.spec.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global vimdatadir %{_datadir}/vim/vimfiles
33

44
Name: environment-modules
5-
Version: 4.7.1
5+
Version: 4.8.0
66
Release: @MODULES_RPM_RELEASE@%{?dist}
77
Summary: Provides dynamic modification of a user's environment
88

@@ -258,6 +258,9 @@ fi
258258

259259

260260
%changelog
261+
* Wed Jul 14 2021 Xavier Delaruelle <[email protected]> - 4.8.0-1
262+
- Update to 4.8.0
263+
261264
* Tue Apr 6 2021 Xavier Delaruelle <[email protected]> - 4.7.1-1
262265
- Update to 4.7.1
263266

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 '4.7.1', ''
82+
return '4.8.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 := 4.7.1
4+
MODULES_RELEASE := 4.8.0
55
MODULES_BUILD_HASH := $Format:%h$
66
MODULES_BUILD_REFS := $Format:%D$
77
MODULES_BUILD_FDATE := $Format:%ci$

0 commit comments

Comments
 (0)