Version bump and changelog for

This commit is contained in:
Georg krause 2023-03-24 14:28:45 +01:00
parent 15d6e7811a
commit 09a1e20d68
2 changed files with 9 additions and 1 deletions

View File

@ -10,6 +10,14 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.3.0-rc4 (2023-03-24)
----------------------
Update since 1.3.0-rc2:
- Resolved an issue where queue text with mouse over has dark text on dark background (#2058) (2058)
- Improve signal handling for service and containers
- Fixes an issue which made it possible to download all media files without access control (#2101)
1.3.0-rc3 (2023-01-23)
----------------------

View File

@ -1,4 +1,4 @@
__version__ = "1.3.0-rc3"
__version__ = "1.3.0-rc4"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num