From 7f015cecf04cd22f38c81806306ef394e738316f Mon Sep 17 00:00:00 2001 From: Robin Scheibler Date: Mon, 5 Dec 2022 16:55:20 +0900 Subject: [PATCH] v0.7.2 -> v0.7.3 --- CHANGELOG.rst | 8 +++++++- pyroomacoustics/version.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ed8c1777..4354a9c1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,11 @@ adheres to `Semantic Versioning `_. `Unreleased`_ ------------- +Nothing yet. + +`0.7.3`_ - 2022-12-05 +--------------------- + Bugfix ~~~~~~ @@ -512,7 +517,8 @@ Changed ``pyroomacoustics.datasets.timit`` -.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.7.2...master +.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.7.3...master +.. _0.7.3: https://github.com/LCAV/pyroomacoustics/compare/v0.7.2...v0.7.3 .. _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 diff --git a/pyroomacoustics/version.py b/pyroomacoustics/version.py index bc8c296f..4910b9ec 100644 --- a/pyroomacoustics/version.py +++ b/pyroomacoustics/version.py @@ -1 +1 @@ -__version__ = "0.7.2" +__version__ = "0.7.3"