Version bump and changelog for 1.3.4
This commit is contained in:
parent
376e1fb019
commit
64b3fdf273
25
CHANGELOG
25
CHANGELOG
|
@ -10,6 +10,31 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
|
|||
|
||||
.. towncrier
|
||||
|
||||
1.3.4 (2023-11-16)
|
||||
------------------
|
||||
|
||||
Upgrade instructions are available at
|
||||
https://docs.funkwhale.audio/administrator/upgrade/index.html
|
||||
|
||||
Bugfixes:
|
||||
|
||||
- Remove dangling dependency howler
|
||||
|
||||
|
||||
Documentation:
|
||||
|
||||
- Fix a redirect loop on documentation for moderators
|
||||
|
||||
Contributors to our Merge Requests:
|
||||
|
||||
- Georg Krause
|
||||
- Thomas
|
||||
|
||||
Committers:
|
||||
|
||||
- Georg Krause
|
||||
|
||||
|
||||
1.3.3 (2023-09-07)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "1.3.3"
|
||||
__version__ = "1.3.4"
|
||||
__version_info__ = tuple(
|
||||
[
|
||||
int(num) if num.isdigit() else num
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Remove dangling dependency howler
|
|
@ -1 +0,0 @@
|
|||
Fix a redirect loop on documentation for moderators
|
Loading…
Reference in New Issue