Skip to content

Commit

Permalink
Release of version 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Feb 19, 2021
1 parent 3061508 commit eea8baf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 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.


From v4.6 to v4.7 (not yet released)
====================================
From v4.6 to v4.7
=================

This new version is backward-compatible with v4.6 and primarily fixes bugs and
adds new features. Version 4.7 introduces new functionalities that are
Expand Down Expand Up @@ -356,7 +356,7 @@ simpler output:
.. parsed-literal::
:ps:`$` ml config avail_output
Modules Release 4.7.0 (2021-02-18)
Modules Release 4.7.0 (2021-02-19)
- Config. name ---------.- Value (set by if default overridden) ---------------
avail_output modulepath:alias:dirwsym:sym:tag:key
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.

.. _4.7 release notes:

Modules 4.7.0 (not yet released)
--------------------------------
Modules 4.7.0 (2021-02-19)
--------------------------

* Doc: simplify TOC of :ref:`MIGRATING` document
* Add the :mfvar:`ModuleTool` and :mfvar:`ModuleToolVersion` Modules
Expand Down
8 changes: 7 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: 4.6.1
Version: 4.7.0
Release: @MODULES_RPM_RELEASE@%{?dist}
Summary: Provides dynamic modification of a user's environment

Expand Down Expand Up @@ -258,6 +258,12 @@ fi


%changelog
* Fri Feb 19 2021 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.7.0-1
- Update to 4.7.0
- Remove obsolete 'Group' tag
- Add build dependency on 'make'
- Align spec file syntax with Fedora spec file

* Sat Nov 14 2020 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 4.6.1-1
- Update to 4.6.1

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 'X.Y', ''
return '4.7.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 := 4.6.1
MODULES_RELEASE := 4.7.0
MODULES_BUILD_HASH := $Format:%h$
MODULES_BUILD_REFS := $Format:%D$
MODULES_BUILD_FDATE := $Format:%ci$
Expand Down

0 comments on commit eea8baf

Please sign in to comment.