Update version number
This commit is contained in:
parent
43a7be95f8
commit
81dc5ef0b7
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,6 +3,7 @@ media/
|
|||
**.sqlite
|
||||
database/
|
||||
site.conf
|
||||
site-*.conf
|
||||
run_8180.py
|
||||
|
||||
# automatically generated garbage
|
||||
|
|
|
|||
2
app.py
2
app.py
|
|
@ -33,7 +33,7 @@ try:
|
|||
except ImportError:
|
||||
slugify = None
|
||||
|
||||
__version__ = '0.6-dev'
|
||||
__version__ = '0.6'
|
||||
|
||||
#### CONSTANTS ####
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue