Version bump and changelog for 1.3.0-rc2

This commit is contained in:
Georg Krause 2023-01-23 10:33:44 +01:00
parent 7504a5fa53
commit 0729b52f3d
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
2 changed files with 20 additions and 1 deletions

View File

@ -10,6 +10,25 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.3.0-rc2 (2023-01-23)
----------------------
Update since 1.3.0-rc1:
Enhancements:
- Retry fetching new radio track 5 times if error occurred before resetting radio session (#2022)
Bugfixes:
- Docker setup: do not export the API port 5000 publicly
- Fix artist name submission in Maloja plugin
Deprecations:
- That's the last minor version series that supports python3.7. Funkwhale 1.4 will remove support for it. #1693
- Deprecate the api manage.py script in favor of the funkwhale-manage entrypoint
1.3.0-rc1 (2023-01-20)
----------------------

View File

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