Parcourir la source

更改版本号

flying1020 il y a 6 ans
Parent
commit
03a09b2ce4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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))