Skip to content

Commit 9abd145

Browse files
committed
Release 2.4.1
1 parent ae3bc71 commit 9abd145

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 2.4.1 - 2020-08-11
2+
3+
## Bugfixes
4+
- [PICARD-1904](https://tickets.metabrainz.org/browse/PICARD-1904) - Picard 2.4 does not start on Windows 7 and Windows 8
5+
6+
17
# Version 2.4 - 2020-08-10
28

39
## 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, 4, 1, 'dev', 1)
44+
PICARD_VERSION = Version(2, 4, 1, 'final', 0)
4545

4646

4747
# optional build version

0 commit comments

Comments
 (0)