Browse Source

Update version to v0.6.4

pull/45/head v0.6.4
LecygneNoir 4 years ago
parent
commit
ef30541688
2 changed files with 7 additions and 1 deletions
  1. +6
    -0
      CHANGELOG.md
  2. +1
    -1
      prismedia_upload.py

+ 6
- 0
CHANGELOG.md View File

@ -1,5 +1,11 @@
# Changelog
## v0.6.4
### Fixes
- Fix #33, no more trying to add a video into a playlist when the playlist does not exist on Youtube
- fix #39, patch the playlist name check when playlist contains special chars
## v0.6.3
### Fixes

+ 1
- 1
prismedia_upload.py View File

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

Loading…
Cancel
Save