Skip to content

Commit

Permalink
Prepare release 2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Aug 27, 2024
1 parent af18dbb commit ab44986
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 2.12.2 - 2024-08-27

## Bugfixes
- [PICARD-2953](https://tickets.metabrainz.org/browse/PICARD-2953) - Windows: Incorrect sort order in list views and search result


# Version 2.12.1 - 2024-08-13

## Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion picard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
PICARD_DISPLAY_NAME = "MusicBrainz Picard"
PICARD_APP_ID = "org.musicbrainz.Picard"
PICARD_DESKTOP_NAME = PICARD_APP_ID + ".desktop"
PICARD_VERSION = Version(2, 12, 1, 'final', 0)
PICARD_VERSION = Version(2, 12, 2, 'final', 0)


# optional build version
Expand Down

0 comments on commit ab44986

Please sign in to comment.