spl0k / supysonic

Supysonic is a Python implementation of the Subsonic server API.
https://supysonic.readthedocs.io
GNU Affero General Public License v3.0
264 stars 58 forks source link

Add a new version tag with latest changes #195

Closed ogarcia closed 4 years ago

ogarcia commented 4 years ago

@spl0k can you add a new version tag (0.5.1 maybe) with latest changes? Is to update the docker ;-)

spl0k commented 4 years ago

Done.

I was actually waiting for podcast support (#188) to land before pushing a new version, but I guess I should think of a better/more consistent release strategy.

On a side note, I understand the need to have well-known releases/version, but if you want to be cutting edge why don't you set your docker scripts to pull from master rather than a tag?