This commit is contained in:
Maxime Beauchemin 2016-04-13 22:45:50 -07:00
parent e5fabf39df
commit ffdae19312
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ from flask.ext.appbuilder.baseviews import expose
from flask.ext.cache import Cache
from flask.ext.migrate import Migrate
VERSION = '0.8.6'
VERSION = '0.8.7'
APP_DIR = os.path.dirname(__file__)
CONFIG_MODULE = os.environ.get('CARAVEL_CONFIG', 'caravel.config')

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
VERSION = '0.8.6'
VERSION = '0.8.7'
setup(