mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-03 09:29:16 +02:00
Merge tag '0.8.0' into develop
Release 0.8.0
This commit is contained in:
commit
159ab00cc9
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -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 = (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue