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"