Skip to content

Commit ca1fa95

Browse files
committed
prepare for 2.2.1 release
1 parent 0ce97ae commit ca1fa95

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog
33
=========
44

5+
2.2.1 (2023-03-05)
6+
==================
7+
8+
- add support for Bootstrap5 without jQuery dependency
9+
- update documentation with Bootstrap5 examples
10+
511
2.2.0 (2021-04-27)
612
==================
713

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020 Uroš Trstenjak
1+
Copyright (c) 2023 Uroš Trstenjak
22

33
MIT License
44

bootstrap_modal_forms/static/js/bootstrap5.modal.forms.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
django-bootstrap-modal-forms
3-
version : 2.x
4-
Copyright (c) 2021 Marcel Rupp
3+
version : 2.2.1
4+
Copyright (c) 2023 Marcel Rupp
55
*/
66

77
// Open modal & load the form at formURL to the modalContent element

bootstrap_modal_forms/static/js/jquery.bootstrap.modal.forms.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
django-bootstrap-modal-forms
3-
version : 2.2.0
4-
Copyright (c) 2021 Uros Trstenjak
3+
version : 2.2.1
4+
Copyright (c) 2023 Uroš Trstenjak
55
https://github.com/trco/django-bootstrap-modal-forms
66
*/
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='django-bootstrap-modal-forms',
12-
version='2.2.0',
12+
version='2.2.1',
1313
packages=find_packages(),
1414
include_package_data=True,
1515
license='MIT License',

0 commit comments

Comments
 (0)