Version 0.2.1
This commit is contained in:
parent
15215c6454
commit
ce4a4068c8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
# App configuration
|
||||
DEBUG = os.environ['DEBUG']
|
||||
APP_VERSION = '0.2.0'
|
||||
APP_VERSION = '0.2.1'
|
||||
|
||||
# Define the application directory
|
||||
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
|
||||
|
|
Loading…
Add table
Reference in a new issue