Skip to content

Commit

Permalink
Release of version 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Nov 11, 2024
1 parent aede382 commit 3b68dee
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
6 changes: 3 additions & 3 deletions INSTALL-win.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,21 @@ Installation instructions
shell::

> module -V
Modules Release 5.5.0 (2024-XX-XX)
Modules Release 5.5.0 (2024-11-11)

If your used the ``INSTALL_PWSH.bat`` script, the environment has to be
initialized first. Verify by typing the following commands from a Windows
``cmd`` shell::

> call "C:\Program Files\Environment Modules\init\cmd.cmd"
> module -V
Modules Release 5.5.0 (2024-XX-XX)
Modules Release 5.5.0 (2024-11-11)

And the following commands from a Windows ``pwsh`` shell::

> . "C:\Program Files\Environment Modules\init\pwsh.ps1"
> envmodule --version
Modules Release 5.5.0 (2024-XX-XX)
Modules Release 5.5.0 (2024-11-11)

Installation location can be adapted by running the ``INSTALL.bat`` and
``INSTALL_PWSH.bat`` scripts from a ``cmd`` console shell and passing desired
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.5 release notes:

Modules 5.5.0 (not yet released)
--------------------------------
Modules 5.5.0 (2024-11-11)
--------------------------

* Init: update ``cmd`` shell initialization script to correctly define
:envvar:`MODULESHOME` when installation pathname contains dot character.
Expand Down
6 changes: 5 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.4.0
Version: 5.5.0
Release: @MODULES_RPM_RELEASE@%{?dist}
Summary: Provides dynamic modification of a user's environment

Expand Down Expand Up @@ -245,6 +245,10 @@ fi


%changelog
* Mon Nov 11 2024 Xavier Delaruelle <[email protected]> - 5.5.0-1
- Update to 5.5.0
- Require util-linux-core to get logger command for logging capabilities

* Tue Feb 20 2024 Xavier Delaruelle <[email protected]> - 5.4.0-1
- Update to 5.4.0
- Move modulefile man page to section 5
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.4.0', ''
return '5.5.0', ''

# The short X.Y version.
# The full version, including alpha/beta/rc tags.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/cookbook/log-module-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ and valid tool:
.. parsed-literal::
:ps:`$` module config logger
Modules Release 5.5.0 (2024-XX-XX)
Modules Release 5.5.0 (2024-11-11)
- Config. name ---------.- Value (set by if default overridden) ---------------
logger /usr/bin/logger -t modules
Expand Down
2 changes: 1 addition & 1 deletion lib/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([Envmodules],[1.4.2],[[email protected]],[],[http://modules.sf.net])
AC_INIT([Envmodules],[1.4.3],[[email protected]],[],[http://modules.sf.net])
AC_CONFIG_SRCDIR([envmodules.c])
AC_CONFIG_HEADERS([config.h])

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.4.0
MODULES_RELEASE := 5.5.0
MODULES_BUILD_HASH := $Format:%h$
MODULES_BUILD_REFS := $Format:%D$
MODULES_BUILD_FDATE := $Format:%ci$
Expand Down

0 comments on commit 3b68dee

Please sign in to comment.