We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ec015 commit 97a8230Copy full SHA for 97a8230
picard/__init__.py
@@ -40,7 +40,7 @@
40
PICARD_DISPLAY_NAME = "MusicBrainz Picard"
41
PICARD_APP_ID = "org.musicbrainz.Picard"
42
PICARD_DESKTOP_NAME = PICARD_APP_ID + ".desktop"
43
-PICARD_VERSION = Version(2, 9, 1, 'final', 0)
+PICARD_VERSION = Version(2, 9, 2, 'dev', 1)
44
45
46
# optional build version
0 commit comments