Skip to content

Commit ab44986

Browse files
committed
Prepare release 2.12.2
1 parent af18dbb commit ab44986

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 2.12.2 - 2024-08-27
2+
3+
## Bugfixes
4+
- [PICARD-2953](https://tickets.metabrainz.org/browse/PICARD-2953) - Windows: Incorrect sort order in list views and search result
5+
6+
17
# Version 2.12.1 - 2024-08-13
28

39
## Bugfixes

picard/__init__.py

+1-1
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, 12, 1, 'final', 0)
43+
PICARD_VERSION = Version(2, 12, 2, 'final', 0)
4444

4545

4646
# optional build version

0 commit comments

Comments
 (0)