Browse Source

Merge pull request #859 from flying1020/version_number

版本号 改为 v2.0.1
flying 6 years ago
parent
commit
0182be5b5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      walle/config/settings.py

+ 1 - 1
walle/config/settings.py

@@ -6,7 +6,7 @@ from datetime import timedelta
 
 class Config(object):
     """Base configuration."""
-    VERSION = '2.0.0'
+    VERSION = '2.0.1'
 
     SECRET_KEY = os.environ.get('WALLE_SECRET', 'secret-key')
     APP_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))