From cd9fb84946e554ab10025c4be4e59fe28313a59a Mon Sep 17 00:00:00 2001 From: Robin Scheibler Date: Mon, 5 Aug 2024 21:59:55 +0900 Subject: [PATCH] v0.7.6 --- CHANGELOG.rst | 8 +++++++- pyroomacoustics/version.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 10d1aad7..0086a7a2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,11 @@ adheres to `Semantic Versioning `_. `Unreleased`_ ------------- +Nothing yet + +`0.7.6`_ - 2024-08-05 +--------------------- + Bugfix ~~~~~~ @@ -586,7 +591,8 @@ Changed ``pyroomacoustics.datasets.timit`` -.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.7.5...master +.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.7.6...master +.. _0.7.6: https://github.com/LCAV/pyroomacoustics/compare/v0.7.5...v0.7.6 .. _0.7.5: https://github.com/LCAV/pyroomacoustics/compare/v0.7.4...v0.7.5 .. _0.7.4: https://github.com/LCAV/pyroomacoustics/compare/v0.7.3...v0.7.4 .. _0.7.3: https://github.com/LCAV/pyroomacoustics/compare/v0.7.2...v0.7.3 diff --git a/pyroomacoustics/version.py b/pyroomacoustics/version.py index ab55bb1a..aed57348 100644 --- a/pyroomacoustics/version.py +++ b/pyroomacoustics/version.py @@ -1 +1 @@ -__version__ = "0.7.5" +__version__ = "0.7.6"