Skip to content

Commit

Permalink
bumped version number to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
abidibo committed Sep 2, 2019
1 parent 0dfd8f1 commit 28a8c64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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": {
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 28a8c64

Please sign in to comment.