diff --git a/.gitignore b/.gitignore index 8a5dbec..c8156ed 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ media/ **.sqlite database/ site.conf +site-*.conf run_8180.py # automatically generated garbage diff --git a/app.py b/app.py index 0e41efa..b2a35e2 100644 --- a/app.py +++ b/app.py @@ -33,7 +33,7 @@ try: except ImportError: slugify = None -__version__ = '0.6-dev' +__version__ = '0.6' #### CONSTANTS ####