From bbc88091e0996a347d11b0ad78b43781e154252e Mon Sep 17 00:00:00 2001 From: Robin Scheibler Date: Wed, 30 Oct 2024 22:18:31 +0900 Subject: [PATCH] v0.8.1 --- CHANGELOG.rst | 11 ++++++++++- pyroomacoustics/version.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 78d47eb0..41484661 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,14 @@ adheres to `Semantic Versioning `_. Nothing yet +`0.8.1`_ - 2024-10-30 +--------------------- + +Bugfix +~~~~~~ + +- Adds the missing ``pyroomacoustics.directivities`` to the package list in ``setup.py``. + `0.8.0`_ - 2024-10-29 --------------------- @@ -655,7 +663,8 @@ Changed ``pyroomacoustics.datasets.timit`` -.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.8.0...master +.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.8.1...master +.. _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 .. _0.7.7: https://github.com/LCAV/pyroomacoustics/compare/v0.7.6...v0.7.7 .. _0.7.6: https://github.com/LCAV/pyroomacoustics/compare/v0.7.5...v0.7.6 diff --git a/pyroomacoustics/version.py b/pyroomacoustics/version.py index 777f190d..8088f751 100644 --- a/pyroomacoustics/version.py +++ b/pyroomacoustics/version.py @@ -1 +1 @@ -__version__ = "0.8.0" +__version__ = "0.8.1"