Version bump and changelog for 1.3.0-rc3
This commit is contained in:
parent
81e904b254
commit
e04a1b188d
|
@ -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)
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "1.3.0-rc2"
|
||||
__version__ = "1.3.0-rc3"
|
||||
__version_info__ = tuple(
|
||||
[
|
||||
int(num) if num.isdigit() else num
|
||||
|
|
Loading…
Reference in New Issue