From 43362ee1cbcc6253e09914f553a6bbb3acc35e0a Mon Sep 17 00:00:00 2001 From: Robin Scheibler Date: Mon, 9 Sep 2024 16:03:38 +0900 Subject: [PATCH] v0.7.7 --- CHANGELOG.rst | 8 +++++++- pyroomacoustics/version.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6892a435..dde500a8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,11 @@ adheres to `Semantic Versioning `_. `Unreleased`_ ------------- +Nothing yet + +`0.7.7`_ - 2024-09-09 +--------------------- + Bugfix ~~~~~~ @@ -597,7 +602,8 @@ Changed ``pyroomacoustics.datasets.timit`` -.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.7.6...master +.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.7.7...master +.. _0.7.7: https://github.com/LCAV/pyroomacoustics/compare/v0.7.6...v0.7.7 .. _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 diff --git a/pyroomacoustics/version.py b/pyroomacoustics/version.py index aed57348..4e27eedb 100644 --- a/pyroomacoustics/version.py +++ b/pyroomacoustics/version.py @@ -1 +1 @@ -__version__ = "0.7.6" +__version__ = "0.7.7"