We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8587b commit 4b00c76Copy full SHA for 4b00c76
3 files changed
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Changelog
2
3
4
+## v1.32.1 (2025-05-08)
5
+
6
+* Fix missing mutagen requirement, fixes #283.
7
8
+* Docs: docs.
9
10
11
## v1.32.0 (2025-05-07)
12
13
* Docs: update contributing guide.
docs/ffmpeg_normalize.html
@@ -3558,7 +3558,7 @@ <h6 id="arguments">Arguments:</h6>
3558
<section id="__version__">
3559
<div class="attr variable">
3560
<span class="name">__version__</span> =
3561
-<span class="default_value">'1.32.0'</span>
+<span class="default_value">'1.32.1'</span>
3562
3563
3564
</div>
ffmpeg_normalize/_version.py
@@ -1 +1 @@
-__version__ = "1.32.0"
+__version__ = "1.32.1"
0 commit comments