Skip to content

Commit dddf22e

Browse files
committed
prepare for 2.2.0 release
1 parent 96121c2 commit dddf22e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

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

5+
2.2.0 (2021-04-27)
6+
==================
7+
8+
- add custom is_ajax function since Django's is_ajax is deprectated
9+
- change post method to delete method in DeleteMessageMixin
10+
511
2.1.0 (2021-03-06)
612
==================
713

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 : 2.1.0
3+
version : 2.2.0
44
Copyright (c) 2021 Uros Trstenjak
55
https://github.com/trco/django-bootstrap-modal-forms
66
*/

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

0 commit comments

Comments
 (0)