From 1f1d6449998e17651b24e86ed917dd14cc31280e Mon Sep 17 00:00:00 2001 From: Robin Scheibler Date: Wed, 6 Nov 2024 11:25:10 +0900 Subject: [PATCH] v0.8.2 --- CHANGELOG.rst | 8 +++++++- pyroomacoustics/version.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index adb63d25..a2b8d305 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,11 @@ adheres to `Semantic Versioning `_. `Unreleased`_ ------------- +Nothing yet + +`0.8.2`_ - 2024-11-06 +--------------------- + Changed ~~~~~~~ @@ -670,7 +675,8 @@ Changed ``pyroomacoustics.datasets.timit`` -.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.8.1...master +.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.8.2...master +.. _0.8.2: https://github.com/LCAV/pyroomacoustics/compare/v0.8.1...v0.8.2 .. _0.8.1: https://github.com/LCAV/pyroomacoustics/compare/v0.8.0...v0.8.1 .. _0.8.0: https://github.com/LCAV/pyroomacoustics/compare/v0.7.7...v0.8.0 .. _0.7.7: https://github.com/LCAV/pyroomacoustics/compare/v0.7.6...v0.7.7 diff --git a/pyroomacoustics/version.py b/pyroomacoustics/version.py index 8088f751..deded324 100644 --- a/pyroomacoustics/version.py +++ b/pyroomacoustics/version.py @@ -1 +1 @@ -__version__ = "0.8.1" +__version__ = "0.8.2"