Updated version and news for 1.3.2 release.

This commit is contained in:
Philipp Wolfer
2015-01-06 22:25:44 +01:00
parent f8fab6ed34
commit 90f6d3f268
2 changed files with 4 additions and 1 deletions

View File

@@ -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)

View File

@@ -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 '<platform>_<YYMMDDHHMMSS>'