Skip to content

Commit

Permalink
prepare for 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
trco committed May 2, 2023
1 parent b97bd94 commit 1eb7d58
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog
=========

3.0.0 (2023-05-02)
==================

- deprecate support for python < 3.8
- deprecate support for Django < 3.2
- deprecate SuccessMessageMixin
- add FormValidationMixin
- add support for Chrome, Firefox, Edge and Safari drivers when running funtional tests
- update examples to Django=4.2
- update README.rst

2.2.1 (2023-03-05)
==================

Expand Down
2 changes: 1 addition & 1 deletion bootstrap_modal_forms/static/js/bootstrap5.modal.forms.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
django-bootstrap-modal-forms
version : 2.2.1
version : 3.0.0
Copyright (c) 2023 Marcel Rupp
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
django-bootstrap-modal-forms
version : 2.2.1
version : 3.0.0
Copyright (c) 2023 Uroš 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 @@ -13,7 +13,7 @@

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

0 comments on commit 1eb7d58

Please sign in to comment.