Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
blasferna committed Mar 25, 2024
1 parent d6cc691 commit 6cfc53a
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.7] 2024-03-25

### Fixed

* Resolves unexpected closure of nested modals when the parent is a Bootstrap modal.
* Improve formset initialization.


## [0.6] 2024-03-13

### Added
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
name="django-crispy-formset-modal",
packages=["crispy_formset_modal"],
include_package_data=True,
version="0.6",
version="0.7",
description="Django app that provides an easy way to manage and manipulate formsets using modals with Django Crispy Forms.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",

0 comments on commit 6cfc53a

Please sign in to comment.