diff --git a/NEWS.txt b/NEWS.txt index c00dd24d6..0988270f3 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,6 @@ +Version 1.3.2 - 2015-01-07 + * Bugfix: Fixed tags from filename dialog not opening on new installations + Version 1.3.1 - 2014-12-20 * Bugfix: Picard should use the correct Accept header when talking to web services. (PICARD-273) * Bugfix: Picard refuses to load files if any path component happens to be hidden (PICARD-589) diff --git a/picard/__init__.py b/picard/__init__.py index 357ec94f8..70962a7b2 100644 --- a/picard/__init__.py +++ b/picard/__init__.py @@ -22,7 +22,7 @@ import re PICARD_APP_NAME = "Picard" PICARD_ORG_NAME = "MusicBrainz" -PICARD_VERSION = (1, 3, 1, 'final', 0) +PICARD_VERSION = (1, 3, 2, 'final', 0) # optional build version # it should be in the form '_'