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"