Skip to content
Snippets Groups Projects
Verified Commit 8283a73a authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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)
parents d33ee8e1 452193c6
No related branches found
Tags 0.5.1
No related merge requests found
......@@ -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)
----------------
......
# -*- 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('.')])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment