Changelog and bump for hotfix 0.6.3

This commit is contained in:
LecygneNoir 2019-07-20 09:06:34 +02:00
parent fff3b50074
commit 384a50ca63
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Changelog # Changelog
## v0.6.3
### Fixes
Fix Critical bug #38 that prevent upload when creating playlists on Peertube, as public playlist need a non-null channel_id.
## v0.6.2 ## v0.6.2
**Warning**: your Peertube instance should be at least in v1.3.0 to use this new functionality. **Warning**: your Peertube instance should be at least in v1.3.0 to use this new functionality.

View file

@ -92,7 +92,7 @@ except ImportError:
'see https://github.com/ahupp/python-magic\n') 'see https://github.com/ahupp/python-magic\n')
exit(1) exit(1)
VERSION = "prismedia v0.6.2" VERSION = "prismedia v0.6.3"
VALID_PRIVACY_STATUSES = ('public', 'private', 'unlisted') VALID_PRIVACY_STATUSES = ('public', 'private', 'unlisted')
VALID_CATEGORIES = ( VALID_CATEGORIES = (