Version bump and changelog for 1.3.4

This commit is contained in:
Georg Krause 2023-11-16 09:33:49 +00:00
parent 376e1fb019
commit 64b3fdf273
4 changed files with 26 additions and 3 deletions

View File

@ -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)
------------------

View File

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

View File

@ -1 +0,0 @@
Remove dangling dependency howler

View File

@ -1 +0,0 @@
Fix a redirect loop on documentation for moderators