Version bump and changelog for 1.3.3
This commit is contained in:
parent
e08add956e
commit
03f435193d
37
CHANGELOG
37
CHANGELOG
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "1.3.2"
|
||||
__version__ = "1.3.3"
|
||||
__version_info__ = tuple(
|
||||
[
|
||||
int(num) if num.isdigit() else num
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Revert changed logging to fix crashes
|
Loading…
Reference in New Issue