mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 05:29:55 +02:00
Changelog and version bump
This commit is contained in:
parent
ffc77f9e89
commit
3b6d474d69
5 changed files with 14 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
__version__ = '0.5.3'
|
||||
__version__ = '0.5.4'
|
||||
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue