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"