Skip to content

Commit

Permalink
Merge pull request #859 from flying1020/version_number
Browse files Browse the repository at this point in the history
版本号 改为 v2.0.1
  • Loading branch information
XuPengfei-1020 authored Apr 16, 2019
2 parents 0f645da + 03a09b2 commit 0182be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion walle/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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))
Expand Down

0 comments on commit 0182be5

Please sign in to comment.