Skip to content

Commit

Permalink
0.8.5-rc.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 14, 2024
1 parent 9895bcb commit 9a49f78
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# CHANGELOG


## v0.8.5-rc.1 (2024-08-14)


## v0.8.4-rc.1 (2024-08-14)


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.4-rc.1"
release = "0.8.5-rc.1"

# -- 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.4-rc.1"
__version__ = "0.8.5-rc.1"
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.4-rc.1"
version = "0.8.5-rc.1"
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 9a49f78

Please sign in to comment.