Version bump and changelog for

environments/review-docs-rc-me-1dh0yq/deployments/17111^2 1.3.0-rc4
Georg krause 2023-03-24 14:28:45 +01:00
rodzic 15d6e7811a
commit 09a1e20d68
2 zmienionych plików z 9 dodań i 1 usunięć

Wyświetl plik

@ -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)
----------------------

Wyświetl plik

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