Skip to content

Commit

Permalink
Merge branch 'release/4.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Oct 31, 2018
2 parents 77c9785 + 8aa88c7 commit b15ff23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tags_input/__about__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__package_name__ = 'django-tags-input'
__version__ = '4.3.1'
__version__ = '4.4.1'
__author__ = 'Rick van Hattem'
__author_email__ = 'wolph@wol.ph'
__description__ = ' '.join('''
Expand Down
4 changes: 2 additions & 2 deletions tags_input/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Media:

css = {
'all': (
'jquery-tagsinput-revisited-2.0.min.css',
'jquery.tagsinput-revisited-2.0.min.css',
),
}
js = (
Expand Down Expand Up @@ -115,7 +115,7 @@ class Media:

css = getattr(settings, 'TAGS_INPUT_ADMIN_CSS', {
'all': (
'jquery-tagsinput-revisited-2.0.min.css',
'jquery.tagsinput-revisited-2.0.min.css',
'jquery-ui-1.12.1.min.css',
),
})
Expand Down

0 comments on commit b15ff23

Please sign in to comment.