diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8927b424..b1d5687b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,11 @@ adheres to `Semantic Versioning `_. `Unreleased`_ ------------- +Nothing yet. + +`0.7.2`_ - 2022-11-15 +--------------------- + Added ~~~~~ @@ -503,7 +508,8 @@ Changed ``pyroomacoustics.datasets.timit`` -.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.7.1...master +.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.7.2...master +.. _0.7.2: https://github.com/LCAV/pyroomacoustics/compare/v0.7.1...v0.7.2 .. _0.7.1: https://github.com/LCAV/pyroomacoustics/compare/v0.7.0...v0.7.1 .. _0.7.0: https://github.com/LCAV/pyroomacoustics/compare/v0.6.0...v0.7.0 .. _0.6.0: https://github.com/LCAV/pyroomacoustics/compare/v0.5.0...v0.6.0 diff --git a/pyroomacoustics/version.py b/pyroomacoustics/version.py index a5f830a2..bc8c296f 100644 --- a/pyroomacoustics/version.py +++ b/pyroomacoustics/version.py @@ -1 +1 @@ -__version__ = "0.7.1" +__version__ = "0.7.2"