Skip to content

Commit d34e43d

Browse files
committed
prepare for 2.0.0 release
1 parent 0954ff6 commit d34e43d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.rst

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

5-
2.0.0
6-
=====
5+
2.0.0 (2020-06-28)
6+
==================
77

8+
- rename BSModalForm to BSModalModelForm supporting Django's forms.ModelForm
9+
- add support for Django's forms.Form with BSModalForm
810
- add generic view BSModalFormView
9-
- rename BSModalForm to BSModalModelForm
10-
- add form BSModalForm
11+
- add support for asynchronous page updating after form submission
1112

1213
1.5.0 (2019-11-23)
1314
==================

LICENSE.txt

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

33
MIT License
44

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='1.5.0',
12+
version='2.0.0',
1313
packages=find_packages(),
1414
include_package_data=True,
1515
license='MIT License',

0 commit comments

Comments
 (0)