Version bump and changelog for 1.3.0-rc5

This commit is contained in:
Georg krause 2023-03-26 14:15:45 +02:00
parent fe769b2321
commit 70cd2e58b5
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-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)
----------------------

View File

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