Version bump and changelog for 1.3.4

environments/review-docs-2217-o4tv23/deployments/18726 1.3.4
Georg Krause 2023-11-16 09:33:49 +00:00
rodzic 376e1fb019
commit 64b3fdf273
4 zmienionych plików z 26 dodań i 3 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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