Version bump and changelog for 1.3.0-rc5
This commit is contained in:
parent
fe769b2321
commit
70cd2e58b5
|
@ -10,6 +10,14 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
|
||||||
|
|
||||||
.. towncrier
|
.. 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)
|
1.3.0-rc4 (2023-03-24)
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "1.3.0-rc4"
|
__version__ = "1.3.0-rc5"
|
||||||
__version_info__ = tuple(
|
__version_info__ = tuple(
|
||||||
[
|
[
|
||||||
int(num) if num.isdigit() else num
|
int(num) if num.isdigit() else num
|
||||||
|
|
Loading…
Reference in New Issue