Version bump and changelog for 1.3.3

environments/review-docs-2215-r0s218/deployments/18388^2 1.3.3
Georg Krause 2023-09-07 08:29:13 +02:00
rodzic e08add956e
commit 03f435193d
3 zmienionych plików z 38 dodań i 2 usunięć

Wyświetl plik

@ -10,6 +10,43 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.3.3 (2023-09-07)
------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/administrator/upgrade/index.html
Bugfixes:
- Revert changed logging to fix crashes
Contributors to our Issues:
- Alexandra Parker
- Aurelien Vaillant
- ChengChung
- Ciarán Ainsworth
- Georg Krause
- Johann Queuniet
- Kasper Seweryn
- Mathieu Jourdan
- Nicolas Derive
- Puniko Nyan
- Thomas
- petitminion
- philip ballinger
Contributors to our Merge Requests:
- Ciarán Ainsworth
- Georg Krause
- JuniorJPDJ
- Kasper Seweryn
- Marcos Peña
- jooola
- petitminion
1.3.2 (2023-09-01)
------------------

Wyświetl plik

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

Wyświetl plik

@ -1 +0,0 @@
Revert changed logging to fix crashes