Skip to content

Commit d061b59

Browse files
committed
prepare for 3.0.4 release
1 parent b16f149 commit d061b59

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
=========
44

5+
3.0.4 (2023-06-18)
6+
==================
7+
8+
- fix broken examples by bumping django-widget-tweaks dependency version
9+
510
3.0.3 (2023-06-04)
611
==================
712

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
django-bootstrap-modal-forms
3-
version : 3.0.3
3+
version : 3.0.4
44
Copyright (c) 2023 Marcel Rupp
55
*/
66

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
django-bootstrap-modal-forms
3-
version : 3.0.3
3+
version : 3.0.4
44
Copyright (c) 2023 Uroš Trstenjak
55
https://github.com/trco/django-bootstrap-modal-forms
66
*/

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='django-bootstrap-modal-forms',
16-
version='3.0.3',
16+
version='3.0.4',
1717
packages=find_packages(),
1818
include_package_data=True,
1919
license='MIT License',

0 commit comments

Comments
 (0)