Skip to content

Commit

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

3.0.1 (2023-05-02)
==================

- fix redirect in FormValidationMixin

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

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 : 3.0.0
version : 3.0.1
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 : 3.0.0
version : 3.0.1
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='3.0.0',
version='3.0.1',
packages=find_packages(),
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit 640c614

Please sign in to comment.