Add ability to restore drafts

This commit is contained in:
Yusur 2022-05-18 12:10:27 +02:00
parent 4097e79bbb
commit 74c9bcf213
3 changed files with 13 additions and 2 deletions

2
app.py
View file

@ -32,7 +32,7 @@ try:
except ImportError:
slugify = None
__version__ = '0.5-dev'
__version__ = '0.5'
#### CONSTANTS ####