Add ability to restore drafts
This commit is contained in:
parent
4097e79bbb
commit
74c9bcf213
3 changed files with 13 additions and 2 deletions
2
app.py
2
app.py
|
|
@ -32,7 +32,7 @@ try:
|
|||
except ImportError:
|
||||
slugify = None
|
||||
|
||||
__version__ = '0.5-dev'
|
||||
__version__ = '0.5'
|
||||
|
||||
#### CONSTANTS ####
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue