Skip to content

Commit 4b03ee1

Browse files
committed
Update of README.rst and version bump
Signed-off-by: HaHeho <[email protected]>
1 parent c58051f commit 4b03ee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Render a spherical microphone array impulse response measurement binaurally. The
126126
Version history
127127
---------------
128128

129-
*unreleased*
129+
*v2022.12.29*
130130
* Fix to prevent errors with `NumPy >= 1.24.0 <https://numpy.org/doc/stable//release/1.24.0-notes.html>`_ (replace all `int` and `np.int` with `np.int_`)
131131
* Improve `read_miro_struct()` to give warnings in case elevation data is found
132132
* Fix *Exp4* loading of MIRO files and improve documentation table formatting

sound_field_analysis/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Version information."""
2-
__version__ = "2022.1.10"
2+
__version__ = "2022.12.29"

0 commit comments

Comments
 (0)