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)
merge-requests/154/head
Eliot Berriot 2018-02-24 18:08:11 +01:00
commit 8283a73a7f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

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