From 3e705098d50dc5edcf72999a27897e6de02dea9d Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Wed, 14 Jul 2021 09:36:29 +0200 Subject: [PATCH] Release of version 4.8.0 --- NEWS.rst | 4 ++-- contrib/rpm/environment-modules.spec.in | 5 ++++- doc/source/conf.py | 2 +- version.inc.in | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index bf8785e70..b1f36e9c4 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -8,8 +8,8 @@ documents those changes that are of interest to users and admins. .. _4.8 release notes: -Modules 4.8.0 (not yet released) --------------------------------- +Modules 4.8.0 (2021-07-14) +-------------------------- * Introduce the :subcmd:`edit` sub-command that opens modulefile passed as argument in a text editor. Modulefile can be specified like with any other diff --git a/contrib/rpm/environment-modules.spec.in b/contrib/rpm/environment-modules.spec.in index 350823627..cff6d0408 100644 --- a/contrib/rpm/environment-modules.spec.in +++ b/contrib/rpm/environment-modules.spec.in @@ -2,7 +2,7 @@ %global vimdatadir %{_datadir}/vim/vimfiles Name: environment-modules -Version: 4.7.1 +Version: 4.8.0 Release: @MODULES_RPM_RELEASE@%{?dist} Summary: Provides dynamic modification of a user's environment @@ -258,6 +258,9 @@ fi %changelog +* Wed Jul 14 2021 Xavier Delaruelle - 4.8.0-1 +- Update to 4.8.0 + * Tue Apr 6 2021 Xavier Delaruelle - 4.7.1-1 - Update to 4.7.1 diff --git a/doc/source/conf.py b/doc/source/conf.py index 8fa028a77..8438b6962 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -79,7 +79,7 @@ def get_version_release_from_git(): else: return version, version + '+' + branch + '-' + tags else: - return '4.7.1', '' + return '4.8.0', '' # The short X.Y version. # The full version, including alpha/beta/rc tags. diff --git a/version.inc.in b/version.inc.in index 3fdc3dc6f..d87883a5d 100644 --- a/version.inc.in +++ b/version.inc.in @@ -1,7 +1,7 @@ # Release definitions shared across the Makefiles of this project # run make to generate version.inc -MODULES_RELEASE := 4.7.1 +MODULES_RELEASE := 4.8.0 MODULES_BUILD_HASH := $Format:%h$ MODULES_BUILD_REFS := $Format:%D$ MODULES_BUILD_FDATE := $Format:%ci$