Add changelog and version for hotfix v0.6.1

This commit is contained in:
LecygneNoir 2018-10-28 09:56:56 +01:00
parent 9426ca465c
commit 2338188325
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
## v0.6.1
### Fixes
- fix an error when playlists on Peertube have same names but not same display names (issue #20)
- fix an error where videos does not upload on Peertube when some characters are used in playlist(issue #19)
## v0.6 ## v0.6
### Compatibility ### ### Compatibility ###

View file

@ -94,7 +94,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" VERSION = "prismedia v0.6.1"
VALID_PRIVACY_STATUSES = ('public', 'private', 'unlisted') VALID_PRIVACY_STATUSES = ('public', 'private', 'unlisted')
VALID_CATEGORIES = ( VALID_CATEGORIES = (