Skip to content

Commit 2d420ee

Browse files
committed
v0.8.8
1 parent 1a6757f commit 2d420ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

caravel/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from flask.ext.cache import Cache
1414
from flask.ext.migrate import Migrate
1515

16-
VERSION = '0.8.7'
16+
VERSION = '0.8.8'
1717

1818
APP_DIR = os.path.dirname(__file__)
1919
CONFIG_MODULE = os.environ.get('CARAVEL_CONFIG', 'caravel.config')

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = '0.8.7'
3+
VERSION = '0.8.8'
44

55

66
setup(

0 commit comments

Comments
 (0)