Merge tag '0.8.0' into develop

Release 0.8.0
This commit is contained in:
LecygneNoir 2020-01-19 11:31:03 +01:00
commit 159ab00cc9
2 changed files with 2 additions and 2 deletions

View file

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

View file

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