Skip to content

Commit

Permalink
Release 2.9.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Jun 15, 2023
1 parent 180a5fe commit 135e73e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Version 2.9.0b2 - 2023-06-15

## Bugfixes

- [PICARD-2481](https://tickets.metabrainz.org/browse/PICARD-2481) - Shorten long country lists in search results
- [PICARD-2651](https://tickets.metabrainz.org/browse/PICARD-2651) - Repeated / duplicate log lines on console output

## Improvements

- [PICARD-2653](https://tickets.metabrainz.org/browse/PICARD-2653) - Update alias locales for updated server list
- [PICARD-2654](https://tickets.metabrainz.org/browse/PICARD-2654) - Show error message on rating submission failure due to server error


# Version 2.9.0b1 - 2023-05-31

## Bug Fixes
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, 9, 0, 'beta', 1)
PICARD_VERSION = Version(2, 9, 0, 'beta', 2)


# optional build version
Expand Down

0 comments on commit 135e73e

Please sign in to comment.