Skip to content

Commit

Permalink
Merge pull request #159 from boegel/v031
Browse files Browse the repository at this point in the history
bump version to 0.3.1 + update release notes
  • Loading branch information
satishskamath authored Jun 29, 2024
2 parents e0f7048 + 9addf9a commit 87eaf2b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
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.1 (28 June 2024)
---------------------

This is a bugfix release of the EESSI test-suite

It includes:

- Correct required memory per node to MiB in ESPResSo test (#158)
- Change behavior for assign_tasks_per_compute_unit(test, COMPUTE_UNIT[CPU]) on hyperthreading-enabled systems (#160)
- Use compact process binding in ESPResSo test (#160)

v0.3.0 (27 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.0"
version = "0.3.1"
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.0
version = 0.3.1
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 87eaf2b

Please sign in to comment.