Skip to content

Commit

Permalink
chore: 0.8.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 18, 2024
1 parent 1647f9d commit 8d43ef8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# CHANGELOG


## v0.8.8 (2024-10-18)


### Fix

* fix: `@perun` decorator returns the last execution result (#147) ([`1647f9d`](https://github.com/helmholtz-ai-energy/perun/commit/1647f9db042c006046881cad6eafe649c963e4b8))

* fix: fixed wrong assumption on number of core freq elements (#145) ([`96803df`](https://github.com/helmholtz-ai-energy/perun/commit/96803df9c118b37aa37da120f631220efbb9b8d0))


## v0.8.7 (2024-08-16)


Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "perun"
copyright = "2023, Juan Pedro Gutiérrez Hermosillo Muriedas"
author = "Juan Pedro Gutiérrez Hermosillo Muriedas"
release = "0.8.7"
release = "0.8.8"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion perun/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""perun module."""

# flake8: noqa
__version__ = "0.8.7"
__version__ = "0.8.8"
from perun.configuration import config
from perun.logging import init_logging

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 = "hatchling.build"

[project]
name = "perun"
version = "0.8.7"
version = "0.8.8"
description = "Measure the energy used by your MPI+Python applications."
authors = [
{name = "Gutiérrez Hermosillo Muriedas, Juan Pedro", email="[email protected]"}
Expand Down

0 comments on commit 8d43ef8

Please sign in to comment.