Skip to content

Commit

Permalink
Merge branch 'release-1.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
abidibo committed Jan 18, 2019
2 parents 180fbc5 + 76f9eed commit 031f9d2
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ baton/static/baton/app/npm-debug.log
baton/static/baton/app/node_modules
build/
dist/
tags
django_baton.egg-info/
.ropeproject
6 changes: 3 additions & 3 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.1",
"version": "1.3.2",
"description": "Django Baton App",
"main": "index.js",
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions baton/static/baton/app/src/styles/_changelist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,6 @@
@include make-col(8);
}

select {
@extend .custom-select;
@extend .custom-select-sm;
-moz-appearance: none;
text-indent: .01px;
text-overflow: '';
}

button {
@extend .btn;
@extend .btn-sm;
Expand All @@ -176,6 +168,14 @@
display: none;
}
}

select {
@extend .custom-select;
@extend .custom-select-sm;
-moz-appearance: none;
text-indent: .01px;
text-overflow: '';
}
}

.results {
Expand Down
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.1'
version = u'1.3.2'
# The full version, including alpha/beta/rc tags.
release = u'1.3.1'
release = u'1.3.2'

# 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.1',
version='1.3.2',
packages=['baton', 'baton.autodiscover', 'baton.templatetags'],
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit 031f9d2

Please sign in to comment.