Skip to content

Commit 6a1f317

Browse files
committed
Release of version 5.6.1
Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent 0b90e14 commit 6a1f317

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

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

11-
Modules 5.6.1 (not yet released)
12-
--------------------------------
11+
Modules 5.6.1 (2025-11-25)
12+
--------------------------
1313

1414
* Script: improve :command:`mrel` to better support Koji states and not rely
1515
on sudo privileges to test a new release.

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.6.0', ''
82+
return '5.6.1', ''
8383

8484
# The short X.Y version.
8585
# The full version, including alpha/beta/rc tags.

share/rpm/environment-modules.spec.in

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%endif
77

88
Name: environment-modules
9-
Version: 5.6.0
9+
Version: 5.6.1
1010
Release: @MODULES_RPM_RELEASE@%{?dist}
1111
Summary: Provides dynamic modification of a user's environment
1212

@@ -266,6 +266,12 @@ fi
266266

267267

268268
%changelog
269+
* Tue Nov 25 2025 Xavier Delaruelle <[email protected]> - 5.6.1-1
270+
- Update to 5.6.1
271+
- Update-alternatives is now available from _bindir
272+
- Remove reference to very old obsolete package
273+
- Update URL to https://envmodules.io
274+
269275
* Thu Jul 31 2025 Xavier Delaruelle <[email protected]> - 5.6.0-1
270276
- Update to 5.6.0
271277
- Add envml(1) man page

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.6.0
4+
MODULES_RELEASE := 5.6.1
55
MODULES_BUILD_HASH := $Format:%h$
66
MODULES_BUILD_REFS := $Format:%D$
77
MODULES_BUILD_FDATE := $Format:%ci$

0 commit comments

Comments
 (0)