Version bump and changelog for 1.3.0-rc5

environments/review-docs-nginx-aqlin2/deployments/17397 1.3.0-rc5
Georg krause 2023-03-26 14:15:45 +02:00
rodzic fe769b2321
commit 70cd2e58b5
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-rc5 (2023-03-26)
----------------------
Updates since 1.3.0-rc4
- Bump cryptography to 38.0.3-rc1 to match package provided by alpine
- Fix numerous frontend performance and stability issues
1.3.0-rc4 (2023-03-24)
----------------------

Wyświetl plik

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