Skip to content

Commit e4711a9

Browse files
committed
Release 2.6.2
1 parent 07708a1 commit e4711a9

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.6.2 - 2021-04-27
2+
3+
## Bugfixes
4+
5+
- [PICARD-2188](https://tickets.metabrainz.org/browse/PICARD-2188) - Plugin update can fetch old version from network cache
6+
- [PICARD-2191](https://tickets.metabrainz.org/browse/PICARD-2191) - Revert title and track number guessed from filename should show up as changed metadata
7+
8+
19
# Version 2.6.1 - 2021-04-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, 6, 2, 'dev', 1)
44+
PICARD_VERSION = Version(2, 6, 2, 'final', 0)
4545

4646

4747
# optional build version

0 commit comments

Comments
 (0)