Skip to content

Commit

Permalink
Merge branch 'hotfix-1.3.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
abidibo committed Mar 4, 2019
2 parents 12b72e7 + fcc5374 commit 1366b75
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 14 deletions.
18 changes: 9 additions & 9 deletions baton/static/baton/app/dist/baton.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion baton/static/baton/app/dist/baton.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion baton/static/baton/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baton",
"version": "1.3.5",
"version": "1.3.6",
"description": "Django Baton App",
"main": "index.js",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions baton/static/baton/app/src/styles/_login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,19 @@
display: inline-block;
}
}

form {
padding: 1rem;
}

input[type='text'],
input[type='password'] {
@extend .form-control;
}

.form-row {
margin-left: 0 !important;
margin-right: 0 !important;
}
}
}
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.3.5'
version = u'1.3.6'
# The full version, including alpha/beta/rc tags.
release = u'1.3.5'
release = u'1.3.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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

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

0 comments on commit 1366b75

Please sign in to comment.