Skip to content

Commit

Permalink
prepare for 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
trco committed Apr 27, 2021
1 parent 96121c2 commit dddf22e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog
=========

2.2.0 (2021-04-27)
==================

- add custom is_ajax function since Django's is_ajax is deprectated
- change post method to delete method in DeleteMessageMixin

2.1.0 (2021-03-06)
==================

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
django-bootstrap-modal-forms
version : 2.1.0
version : 2.2.0
Copyright (c) 2021 Uros Trstenjak
/~https://github.com/trco/django-bootstrap-modal-forms
*/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-bootstrap-modal-forms',
version='2.1.0',
version='2.2.0',
packages=find_packages(),
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit dddf22e

Please sign in to comment.