Skip to content

Commit dfa0962

Browse files
committed
Release of version 5.2.0
1 parent 0356029 commit dfa0962

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

MIGRATING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Modules. It provides an overview of the new features and changed behaviors
88
that will be encountered when upgrading.
99

1010

11-
v5.2 (not yet released)
12-
=======================
11+
v5.2
12+
====
1313

1414
This new version is backward-compatible with previous version 5 release. It
1515
fixes bugs but also introduces new functionalities that are described in this

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.2 release notes:
1010

11-
Modules 5.2.0 (not yet released)
12-
--------------------------------
11+
Modules 5.2.0 (2022-11-08)
12+
--------------------------
1313

1414
* Introduce the ``--optional`` option on :mfcmd:`prereq`, :mfcmd:`prereq-all`,
1515
:mfcmd:`depends-on` and :mfcmd:`always-load` modulefile commands. Expressed

contrib/rpm/environment-modules.spec.in

Lines changed: 6 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: 5.1.1
5+
Version: 5.2.0
66
Release: @MODULES_RPM_RELEASE@%{?dist}
77
Summary: Provides dynamic modification of a user's environment
88

@@ -227,6 +227,11 @@ fi
227227

228228

229229
%changelog
230+
* Tue Nov 08 2022 Xavier Delaruelle <[email protected]> - 5.2.0-1
231+
- Update to 5.2.0
232+
- Recommends Nagelfar Tcl syntax linter
233+
- Add Nagelfar linter addons
234+
230235
* Tue May 31 2022 Xavier Delaruelle <[email protected]> - 5.1.1-1
231236
- Update to 5.1.1
232237
- Move libtclenvmodules in an environment-modules directory under libdir

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

0 commit comments

Comments
 (0)