Skip to content

Commit

Permalink
"release 0.41.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnd committed Oct 10, 2017
1 parent 6352b3f commit 08019c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
---------

0.41.1 (2017-10-10)
- FIXED: reverted jPlayer update, because it broke everything

0.41.0 (2017-10-09)
- FIXED: Installing CherryMusic via pip (thanks to rjsberry)
- IMPROVEMENT: updated jPlayer to 2.9.2, improved mobile compatibility (thansk to Max Leiter)
Expand Down
2 changes: 1 addition & 1 deletion cherrymusicserver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#python 2.6+ backward compability
from __future__ import unicode_literals

VERSION = "0.41.0"
VERSION = "0.41.1"
__version__ = VERSION
DESCRIPTION = "an mp3 server for your browser"
LONG_DESCRIPTION = """CherryMusic is a music streaming
Expand Down

0 comments on commit 08019c9

Please sign in to comment.