Skip to content

Commit

Permalink
Merge branch 'release-1.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
abidibo committed Sep 28, 2017
2 parents b82e8f8 + 7808b28 commit effe057
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ baton/static/baton/app/node_modules
build/
dist/
django_baton.egg-info/
.ropeproject
2 changes: 1 addition & 1 deletion baton/static/baton/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"bootstrap": "^4.0.0-alpha.6",
"bootstrap": "4.0.0-alpha.6",
"css-loader": "^0.26.1",
"file-loader": "^0.10.0",
"font-awesome": "^4.7.0",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-baton',
version='1.0.3',
version='1.0.4',
packages=['baton', 'baton.autodiscover', 'baton.templatetags'],
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit effe057

Please sign in to comment.