Skip to content

Commit

Permalink
Merge pull request #163 from boegel/v032
Browse files Browse the repository at this point in the history
bump version to v0.3.2 + update release notes
  • Loading branch information
casparvl authored Jun 29, 2024
2 parents 135b55e + 3b022ba commit 926c3e4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CI/run_reframe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [ -z "${EESSI_TESTSUITE_URL}" ]; then
EESSI_TESTSUITE_URL='https://github.com/EESSI/test-suite.git'
fi
if [ -z "${EESSI_TESTSUITE_BRANCH}" ]; then
EESSI_TESTSUITE_BRANCH='v0.3.0'
EESSI_TESTSUITE_BRANCH='v0.3.2'
fi
if [ -z "${EESSI_CVMFS_REPO}" ]; then
export EESSI_CVMFS_REPO=/cvmfs/software.eessi.io
Expand Down
9 changes: 9 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
This file contains a description of the major changes to the EESSI test suite.
For more detailed information, please see the git log.

v0.3.2 (29 June 2024)
---------------------

This is a bugfix release of the EESSI test-suite

It includes:

- Add config for Deucalion (#162)

v0.3.1 (28 June 2024)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "eessi-testsuite"
version = "0.3.1"
version = "0.3.2"
description = "Test suite for the EESSI software stack"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = eessi-testsuite
version = 0.3.1
version = 0.3.2
description = Test suite for the EESSI software stack
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 926c3e4

Please sign in to comment.