Merge tag '0.5.1' into develop

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)
This commit is contained in:
Eliot Berriot 2018-02-24 18:08:11 +01:00
commit 8283a73a7f
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 6 additions and 1 deletions

View File

@ -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)
----------------

View File

@ -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('.')])