From 15a86425b68969b2109860ca3614f0cbf92b1bd0 Mon Sep 17 00:00:00 2001 From: Robin Scheibler Date: Tue, 30 Nov 2021 10:47:54 +0900 Subject: [PATCH] v0.6.0 --- CHANGELOG.rst | 8 +++++++- pyroomacoustics/version.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 41be8c94..40613845 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,11 @@ adheres to `Semantic Versioning `_. `Unreleased`_ ------------- +Nothing yet. + +`0.6.0`_ - 2021-11-29 +--------------------- + Added ~~~~~ @@ -447,7 +452,8 @@ Changed ``pyroomacoustics.datasets.timit`` -.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.5.0...master +.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.6.0...master +.. _0.6.0: https://github.com/LCAV/pyroomacoustics/compare/v0.5.0...v0.6.0 .. _0.5.0: https://github.com/LCAV/pyroomacoustics/compare/v0.4.3...v0.5.0 .. _0.4.3: https://github.com/LCAV/pyroomacoustics/compare/v0.4.2...v0.4.3 .. _0.4.2: https://github.com/LCAV/pyroomacoustics/compare/v0.4.1...v0.4.2 diff --git a/pyroomacoustics/version.py b/pyroomacoustics/version.py index 3d187266..906d362f 100644 --- a/pyroomacoustics/version.py +++ b/pyroomacoustics/version.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.6.0"