Version bump and changelog
This commit is contained in:
parent
d33ee8e193
commit
c415d759e4
|
@ -4,10 +4,15 @@ Changelog
|
|||
0.6 (Unreleased)
|
||||
----------------
|
||||
|
||||
|
||||
0.5.1 (2018-02-24)
|
||||
------------------
|
||||
|
||||
- Front: Fixed broken ajax call on radio builder (#69)
|
||||
- Front: Shuffle now restart next track from beginning (#70)
|
||||
- Front: volume slider should now have the same style everywhere (#72)
|
||||
|
||||
|
||||
0.5 (2018-02-24)
|
||||
----------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
__version__ = '0.5'
|
||||
__version__ = '0.5.1'
|
||||
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])
|
||||
|
|
Loading…
Reference in New Issue