Skip to content

Commit

Permalink
v0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 15, 2016
1 parent 1a6757f commit 2d420ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion caravel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from flask.ext.cache import Cache
from flask.ext.migrate import Migrate

VERSION = '0.8.7'
VERSION = '0.8.8'

APP_DIR = os.path.dirname(__file__)
CONFIG_MODULE = os.environ.get('CARAVEL_CONFIG', 'caravel.config')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.8.7'
VERSION = '0.8.8'


setup(
Expand Down

0 comments on commit 2d420ee

Please sign in to comment.