Skip to content

Commit

Permalink
Release 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Feb 5, 2025
1 parent 15fd3b8 commit 998ee6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 2.13.1 - 2025-02-05

## Tasks
- [PICARD-3027](https://tickets.metabrainz.org/browse/PICARD-3027) - Fix PyPI packaging task


# Version 2.13 - 2025-02-04

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

## Improvements

- [PICARD-736](https://tickets.metabrainz.org/browse/PICARD-736) - Avoid manual copying of authentication token
- [PICARD-2882](https://tickets.metabrainz.org/browse/PICARD-2882) - Support PKCE for OAuth2 authorization
- [PICARD-2886](https://tickets.metabrainz.org/browse/PICARD-2886) - OAuth2: Implement token revocation on the server
Expand Down
2 changes: 1 addition & 1 deletion picard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
PICARD_DISPLAY_NAME = "MusicBrainz Picard"
PICARD_APP_ID = "org.musicbrainz.Picard"
PICARD_DESKTOP_NAME = PICARD_APP_ID + ".desktop"
PICARD_VERSION = Version(2, 13, 1, 'alpha', 1)
PICARD_VERSION = Version(2, 13, 1, 'final', 0)


# optional build version
Expand Down

0 comments on commit 998ee6f

Please sign in to comment.