Browse Source

Changelog and bump for hotfix 0.6.3

pull/45/head 0.6.3
LecygneNoir 4 years ago
parent
commit
384a50ca63
2 changed files with 6 additions and 1 deletions
  1. +5
    -0
      CHANGELOG.md
  2. +1
    -1
      prismedia_upload.py

+ 5
- 0
CHANGELOG.md View File

@ -1,5 +1,10 @@
# 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
**Warning**: your Peertube instance should be at least in v1.3.0 to use this new functionality.

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

Loading…
Cancel
Save