Update version number

This commit is contained in:
Yusur 2022-06-12 16:20:02 +02:00
parent 43a7be95f8
commit 4524436a5b
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -3,6 +3,7 @@ media/
**.sqlite **.sqlite
database/ database/
site.conf site.conf
site-*.conf
run_8180.py run_8180.py
# automatically generated garbage # automatically generated garbage

2
app.py
View file

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