Skip to content

Commit 8f64460

Browse files
committed
v0.8.3
1 parent 033126f commit 8f64460

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`_.
1111
`Unreleased`_
1212
-------------
1313

14+
Nothing yet
15+
16+
`0.8.3`_ - 2024-12-08
17+
---------------------
18+
1419
Bugfix
1520
~~~~~~
1621

@@ -692,7 +697,8 @@ Changed
692697
``pyroomacoustics.datasets.timit``
693698

694699

695-
.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.8.2...master
700+
.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.8.3...master
701+
.. _0.8.3: https://github.com/LCAV/pyroomacoustics/compare/v0.8.2...v0.8.3
696702
.. _0.8.2: https://github.com/LCAV/pyroomacoustics/compare/v0.8.1...v0.8.2
697703
.. _0.8.1: https://github.com/LCAV/pyroomacoustics/compare/v0.8.0...v0.8.1
698704
.. _0.8.0: https://github.com/LCAV/pyroomacoustics/compare/v0.7.7...v0.8.0

pyroomacoustics/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.2"
1+
__version__ = "0.8.3"

0 commit comments

Comments
 (0)