From 28a8c64b930141fc3587d1c8252c48e77f12ddce Mon Sep 17 00:00:00 2001 From: abidibo Date: Mon, 2 Sep 2019 12:25:36 +0200 Subject: [PATCH] bumped version number to 1.5.6 --- baton/static/baton/app/package.json | 2 +- docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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',