mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-07 17:14:55 +00:00
Updated version and news for 1.3.2 release.
This commit is contained in:
3
NEWS.txt
3
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)
|
||||
|
||||
@@ -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>'
|
||||
|
||||
Reference in New Issue
Block a user