Skip to content

Commit 998ee6f

Browse files
committed
Release 2.13.1
1 parent 15fd3b8 commit 998ee6f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

NEWS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 2.13.1 - 2025-02-05
2+
3+
## Tasks
4+
- [PICARD-3027](https://tickets.metabrainz.org/browse/PICARD-3027) - Fix PyPI packaging task
5+
6+
17
# Version 2.13 - 2025-02-04
28

39
## Bugfixes
@@ -16,7 +22,6 @@
1622
- [PICARD-3022](https://tickets.metabrainz.org/browse/PICARD-3022) - Support Python 3.13
1723

1824
## Improvements
19-
2025
- [PICARD-736](https://tickets.metabrainz.org/browse/PICARD-736) - Avoid manual copying of authentication token
2126
- [PICARD-2882](https://tickets.metabrainz.org/browse/PICARD-2882) - Support PKCE for OAuth2 authorization
2227
- [PICARD-2886](https://tickets.metabrainz.org/browse/PICARD-2886) - OAuth2: Implement token revocation on the server

picard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
PICARD_DISPLAY_NAME = "MusicBrainz Picard"
4141
PICARD_APP_ID = "org.musicbrainz.Picard"
4242
PICARD_DESKTOP_NAME = PICARD_APP_ID + ".desktop"
43-
PICARD_VERSION = Version(2, 13, 1, 'alpha', 1)
43+
PICARD_VERSION = Version(2, 13, 1, 'final', 0)
4444

4545

4646
# optional build version

0 commit comments

Comments
 (0)