Skip to content

Commit

Permalink
update to bootstrap5
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Oct 25, 2023
1 parent 5dbadab commit 0ddcaeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ckan.module("ctp-type-selector", function ($, _) {
'<div class="modal-dialog">',
'<div class="modal-content">',
'<div class="modal-header">',
'<button type="button" class="close" data-dismiss="modal">×</button>',
'<h3 id="ds_creation_label" class="modal-title"></h3>',
'<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>',
"</div>",
'<div class="modal-body">',

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version='0.1.4',
version='0.2.0',

description='''Select dataset type when adding new data''',
long_description=long_description,
Expand Down

0 comments on commit 0ddcaeb

Please sign in to comment.