提交 ffdae193 编写于 作者: M Maxime Beauchemin

v0.8.7

上级 e5fabf39
...@@ -13,7 +13,7 @@ from flask.ext.appbuilder.baseviews import expose ...@@ -13,7 +13,7 @@ from flask.ext.appbuilder.baseviews import expose
from flask.ext.cache import Cache from flask.ext.cache import Cache
from flask.ext.migrate import Migrate from flask.ext.migrate import Migrate
VERSION = '0.8.6' VERSION = '0.8.7'
APP_DIR = os.path.dirname(__file__) APP_DIR = os.path.dirname(__file__)
CONFIG_MODULE = os.environ.get('CARAVEL_CONFIG', 'caravel.config') CONFIG_MODULE = os.environ.get('CARAVEL_CONFIG', 'caravel.config')
......
from setuptools import setup, find_packages from setuptools import setup, find_packages
VERSION = '0.8.6' VERSION = '0.8.7'
setup( setup(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册