diff --git a/baton/static/baton/app/package.json b/baton/static/baton/app/package.json index 5d54b12f..bfc73fdb 100644 --- a/baton/static/baton/app/package.json +++ b/baton/static/baton/app/package.json @@ -1,6 +1,6 @@ { "name": "baton", - "version": "1.5.5", + "version": "1.5.6", "description": "Django Baton App", "main": "index.js", "scripts": { diff --git a/docs/conf.py b/docs/conf.py index 1dc5d401..ebc8c575 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = u'1.5.5' +version = u'1.5.6' # The full version, including alpha/beta/rc tags. -release = u'1.5.5' +release = u'1.5.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 7f1a5391..dbdf6474 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='django-baton', - version='1.5.5', + version='1.5.6', packages=['baton', 'baton.autodiscover', 'baton.templatetags'], include_package_data=True, license='MIT License',