Skip to content

Commit

Permalink
release 0.41.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tilboerner committed Feb 7, 2018
1 parent 4aa9974 commit d9eff82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Changelog
---------

0.41.2 (2018-02-04)
0.41.2 (2018-02-07)
- FIXED: Make jPlayer work again in master branch (merge 0.41.1 into master)
- FIXED: '--setup' now works for CherryPy 12 and upwards (thanks to TangoSierraAlfaVI)
- FIXED: UnicodeError when transcoding non-ASCII URLs (thanks to evetsso)
- IMPROVEMENT: Added Bandcamp album cover fetching (thanks to its-wednesday)
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.1"
VERSION = "0.41.2"
__version__ = VERSION
DESCRIPTION = "an mp3 server for your browser"
LONG_DESCRIPTION = """CherryMusic is a music streaming
Expand Down

0 comments on commit d9eff82

Please sign in to comment.