Skip to content

Commit

Permalink
Updated version and news for 1.3.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Jan 6, 2015
1 parent f8fab6e commit 90f6d3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion picard/__init__.py
Expand Up @@ -22,7 +22,7 @@

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>'
Expand Down

0 comments on commit 90f6d3f

Please sign in to comment.