Version bump and changelog for 1.3.0-rc3

This commit is contained in:
Georg Krause 2023-01-23 14:24:46 +01:00
parent 81e904b254
commit e04a1b188d
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
2 changed files with 8 additions and 1 deletions

View File

@ -10,6 +10,13 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.3.0-rc3 (2023-01-23)
----------------------
Update since 1.3.0-rc2:
- Fix pipeline execution for tags
1.3.0-rc2 (2023-01-23)
----------------------

View File

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