diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 759cbe16..c9c57546 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,11 @@ adheres to `Semantic Versioning `_. `Unreleased`_ ------------- +Nothing yet + +`0.8.3`_ - 2024-12-08 +--------------------- + Bugfix ~~~~~~ @@ -692,7 +697,8 @@ Changed ``pyroomacoustics.datasets.timit`` -.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.8.2...master +.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.8.3...master +.. _0.8.3: https://github.com/LCAV/pyroomacoustics/compare/v0.8.2...v0.8.3 .. _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 diff --git a/pyroomacoustics/version.py b/pyroomacoustics/version.py index deded324..732155f8 100644 --- a/pyroomacoustics/version.py +++ b/pyroomacoustics/version.py @@ -1 +1 @@ -__version__ = "0.8.2" +__version__ = "0.8.3"