Skip to content

Commit

Permalink
Bump version to 2.5.2dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Oct 29, 2020
1 parent c4e2087 commit 84dde20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
PICARD_DISPLAY_NAME = "MusicBrainz Picard"
PICARD_APP_ID = "org.musicbrainz.Picard"
PICARD_DESKTOP_NAME = PICARD_APP_ID + ".desktop"
PICARD_VERSION = Version(2, 5, 1, 'final', 0)
PICARD_VERSION = Version(2, 5, 2, 'dev', 1)


# optional build version
Expand Down

0 comments on commit 84dde20

Please sign in to comment.