Skip to content

Commit 8a062c9

Browse files
committed
Release 2.13.3
1 parent 5e7386c commit 8a062c9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Version 2.13.3 - 2025-02-17
2+
3+
## Bugfixes
4+
- [PICARD-2909](https://tickets.metabrainz.org/browse/PICARD-2909) - libopus fails to read METADATA_BLOCK_PICTURE without bit depth set
5+
- [PICARD-3034](https://tickets.metabrainz.org/browse/PICARD-3034) - Windows: SSL errors if conflicting libssl is installed system wide
6+
7+
18
# Version 2.13.2 - 2025-02-07
29

310
## Bugfixes

picard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
PICARD_DISPLAY_NAME = "MusicBrainz Picard"
4141
PICARD_APP_ID = "org.musicbrainz.Picard"
4242
PICARD_DESKTOP_NAME = PICARD_APP_ID + ".desktop"
43-
PICARD_VERSION = Version(2, 13, 2, 'final', 0)
43+
PICARD_VERSION = Version(2, 13, 3, 'final', 0)
4444

4545

4646
# optional build version

0 commit comments

Comments
 (0)