Skip to content

Commit f63e56d

Browse files
committed
Release 2.1.2
1 parent 2eb8cd9 commit f63e56d

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

NEWS.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
Version 2.1.1 - 2019-01-29
1+
Version 2.1.2 - 2019-01-29
2+
3+
** Bug-fix
4+
* [PICARD-1382] - macOS packaging script ignores all errors
25

6+
** Task
7+
* [PICARD-1456] - macOS packaging fails due to PIP bug
8+
9+
10+
Version 2.1.1 - 2019-01-29
311

412
** Bug-fix
513
* [PICARD-1451] - Redirects of authenticated requests fail with 401 error
@@ -113,7 +121,7 @@ Version 2.1.0 - 2018-12-20
113121
* [PICARD-1379] - Port astrcmp to new Python C Unicode API
114122
* [PICARD-1383] - Use MCN / barcode read from disc to improve DiscId lookup
115123
* [PICARD-1393] - Change the application ID
116-
* [PICARD-1416] - Should store ID3 Artists field as TXXX:ARTISTS not TXXX:Artists
124+
* [PICARD-1416] - Should store ID3 Artists field as TXXX:ARTISTS not TXXX:Artists
117125
* [PICARD-1417] - Only show plugins with compatible API version
118126
* [PICARD-1424] - Translate AppStream data
119127
* [PICARD-1425] - Support all movement tags for APE, Vorbis and MP3

org.musicbrainz.Picard.appdata.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
</content_rating>
9494

9595
<releases>
96+
<release date="2018-01-29" version="2.1.2"/>
9697
<release date="2018-01-29" version="2.1.1"/>
9798
<release date="2018-12-20" version="2.1.0"/>
9899
<release date="2018-09-05" version="2.0.4"/>

picard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
PICARD_ORG_NAME = "MusicBrainz"
2323
PICARD_APP_NAME = "Picard"
24-
PICARD_VERSION = (2, 1, 2, 'dev', 1)
24+
PICARD_VERSION = (2, 1, 2, 'final', 0)
2525

2626

2727
# optional build version

0 commit comments

Comments
 (0)