Skip to content

Commit

Permalink
Release of version 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Nov 8, 2022
1 parent 0356029 commit dfa0962
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions MIGRATING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Modules. It provides an overview of the new features and changed behaviors
that will be encountered when upgrading.


v5.2 (not yet released)
=======================
v5.2
====

This new version is backward-compatible with previous version 5 release. It
fixes bugs but also introduces new functionalities that are described in this
Expand Down
4 changes: 2 additions & 2 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ documents those changes that are of interest to users and admins.

.. _5.2 release notes:

Modules 5.2.0 (not yet released)
--------------------------------
Modules 5.2.0 (2022-11-08)
--------------------------

* Introduce the ``--optional`` option on :mfcmd:`prereq`, :mfcmd:`prereq-all`,
:mfcmd:`depends-on` and :mfcmd:`always-load` modulefile commands. Expressed
Expand Down
7 changes: 6 additions & 1 deletion contrib/rpm/environment-modules.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global vimdatadir %{_datadir}/vim/vimfiles

Name: environment-modules
Version: 5.1.1
Version: 5.2.0
Release: @MODULES_RPM_RELEASE@%{?dist}
Summary: Provides dynamic modification of a user's environment

Expand Down Expand Up @@ -227,6 +227,11 @@ fi


%changelog
* Tue Nov 08 2022 Xavier Delaruelle <[email protected]> - 5.2.0-1
- Update to 5.2.0
- Recommends Nagelfar Tcl syntax linter
- Add Nagelfar linter addons

* Tue May 31 2022 Xavier Delaruelle <[email protected]> - 5.1.1-1
- Update to 5.1.1
- Move libtclenvmodules in an environment-modules directory under libdir
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def get_version_release_from_git():
else:
return version, version + '+' + branch + '-' + tags
else:
return '5.1.1', ''
return '5.2.0', ''

# The short X.Y version.
# The full version, including alpha/beta/rc tags.
Expand Down
2 changes: 1 addition & 1 deletion version.inc.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release definitions shared across the Makefiles of this project
# run make to generate version.inc

MODULES_RELEASE := 5.1.1
MODULES_RELEASE := 5.2.0
MODULES_BUILD_HASH := $Format:%h$
MODULES_BUILD_REFS := $Format:%D$
MODULES_BUILD_FDATE := $Format:%ci$
Expand Down

0 comments on commit dfa0962

Please sign in to comment.