Skip to content

Commit 920901e

Browse files
committed
prepare for 2.1.0 release
1 parent 526e1c9 commit 920901e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.rst

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

5+
2.1.0 (2021-03-06)
6+
==================
7+
8+
- fix form submission with button type submit
9+
510
2.0.1 (2020-11-22)
611
==================
712

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.0.1
4-
Copyright (c) 2020 Uros Trstenjak
3+
version : 2.1.0
4+
Copyright (c) 2021 Uros 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.0.1',
12+
version='2.1.0',
1313
packages=find_packages(),
1414
include_package_data=True,
1515
license='MIT License',

0 commit comments

Comments
 (0)