From 0c6d122e8a2a6e6df43e648d76359cbe308ada95 Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Tue, 27 Jun 2023 19:22:08 +0200 Subject: [PATCH] Release of version 5.3.1 --- NEWS.rst | 4 ++-- contrib/rpm/environment-modules.spec.in | 6 +++++- doc/source/conf.py | 2 +- version.inc.in | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 96f445814..9bf015092 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -8,8 +8,8 @@ documents those changes that are of interest to users and admins. .. _5.3 release notes: -Modules 5.3.1 (not yet released) --------------------------------- +Modules 5.3.1 (2023-06-27) +-------------------------- * Fix additional `ShellCheck`_ warning reports over sh and bash shell scripts. * Install: distribute ``ChangeLog`` as a zipped file to reduce installation diff --git a/contrib/rpm/environment-modules.spec.in b/contrib/rpm/environment-modules.spec.in index b312cbe74..da232075d 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: 5.3.0 +Version: 5.3.1 Release: @MODULES_RPM_RELEASE@%{?dist} Summary: Provides dynamic modification of a user's environment @@ -235,6 +235,10 @@ fi %changelog +* Tue Jun 27 2023 Xavier Delaruelle - 5.3.1-1 +- Update to 5.3.1 +- Distribute ChangeLog as a zipped file to reduce installation size + * Sat May 27 2023 Xavier Delaruelle - 5.3.0-2 - Install module initialization script for fish as configuration snippet for this shell via alternatives diff --git a/doc/source/conf.py b/doc/source/conf.py index 2f9add77c..ed39155b9 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 '5.3.0', '' + return '5.3.1', '' # The short X.Y version. # The full version, including alpha/beta/rc tags. diff --git a/version.inc.in b/version.inc.in index a138c083c..0bcbde73e 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 := 5.3.0 +MODULES_RELEASE := 5.3.1 MODULES_BUILD_HASH := $Format:%h$ MODULES_BUILD_REFS := $Format:%D$ MODULES_BUILD_FDATE := $Format:%ci$