Browse Source

Update version to 0.8.0

master
LecygneNoir 4 years ago
parent
commit
04e5c326ee
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      prismedia_upload.py

+ 1
- 1
CHANGELOG.md View File

@ -1,6 +1,6 @@
# Changelog
## vX.X.X
## v0.8.0
### Breaking changes
Now work with python 3! Support of python 2 is no longer available.

+ 1
- 1
prismedia_upload.py View File

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

Loading…
Cancel
Save