Skip to content

Commit 7e4c106

Browse files
committed
Release 2.5.5
1 parent fc41668 commit 7e4c106

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 2.5.5 - 2020-12-17
2+
3+
## Bugfixes
4+
5+
- [PICARD-2070](https://tickets.metabrainz.org/browse/PICARD-2070) - Lookup on cluster only moves every other file
6+
- [PICARD-2071](https://tickets.metabrainz.org/browse/PICARD-2071) - Track listings sometimes in reverse order
7+
8+
19
# Version 2.5.4 - 2020-12-15
210

311
## Bugfixes

picard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
PICARD_DISPLAY_NAME = "MusicBrainz Picard"
4242
PICARD_APP_ID = "org.musicbrainz.Picard"
4343
PICARD_DESKTOP_NAME = PICARD_APP_ID + ".desktop"
44-
PICARD_VERSION = Version(2, 5, 5, 'dev', 1)
44+
PICARD_VERSION = Version(2, 5, 5, 'final', 0)
4545

4646

4747
# optional build version

0 commit comments

Comments
 (0)