We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5fabf3 commit ffdae19Copy full SHA for ffdae19
caravel/__init__.py
@@ -13,7 +13,7 @@
13
from flask.ext.cache import Cache
14
from flask.ext.migrate import Migrate
15
16
-VERSION = '0.8.6'
+VERSION = '0.8.7'
17
18
APP_DIR = os.path.dirname(__file__)
19
CONFIG_MODULE = os.environ.get('CARAVEL_CONFIG', 'caravel.config')
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
4
5
6
setup(
0 commit comments