Skip to content

Commit 0242b24

Browse files
committed
Release 2.2.1
1 parent 50c2bfc commit 0242b24

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

NEWS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Version 2.2.1 - 2019-09-20
2+
3+
## Bug
4+
5+
- [PICARD-1603](https://tickets.metabrainz.org/browse/PICARD-1603) - Translations from picard/ui/colors.py don’t show up in Picard
6+
- [PICARD-1604](https://tickets.metabrainz.org/browse/PICARD-1604) - Windows install is not using Qt default translations
7+
- [PICARD-1607](https://tickets.metabrainz.org/browse/PICARD-1607) - Upgrading a plugin displays the dialog box multiple times
8+
- [PICARD-1608](https://tickets.metabrainz.org/browse/PICARD-1608) - "[non-album tracks]" can not directly be removed
9+
- [PICARD-1609](https://tickets.metabrainz.org/browse/PICARD-1609) - Picard About shows Qt version PyQt was build against, not actually used Qt
10+
11+
## Improvement
12+
13+
- [PICARD-1602](https://tickets.metabrainz.org/browse/PICARD-1602) - Tests should not be included in the sdist package
14+
15+
116
# Version 2.2 - 2019-09-14
217

318
## Bug-fix

picard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
PICARD_APP_NAME = "Picard"
2525
PICARD_APP_ID = "org.musicbrainz.Picard"
2626
PICARD_DESKTOP_NAME = PICARD_APP_ID + ".desktop"
27-
PICARD_VERSION = (2, 2, 0, 'final', 0)
27+
PICARD_VERSION = (2, 2, 1, 'final', 0)
2828

2929

3030
# optional build version

0 commit comments

Comments
 (0)