Skip to content

Commit

Permalink
Release v1.0.8 - Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed May 31, 2023
1 parent 58b43c5 commit 0020c47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## [1.0.8] 2023-05-31
### Changes

- Fix #2: [Issue with delete functionality in Django admin inline formset](https://github.com/app-generator/django-admin-datta/issues/2)

## [1.0.7] 2023-02-28
### Changes

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='django-admin-datta',
version='1.0.7',
version='1.0.8',
zip_safe=False,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 0020c47

Please sign in to comment.