Skip to content

Commit 0020c47

Browse files
committed
Release v1.0.8 - Fixes
1 parent 58b43c5 commit 0020c47

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## [1.0.8] 2023-05-31
4+
### Changes
5+
6+
- Fix #2: [Issue with delete functionality in Django admin inline formset](https://github.com/app-generator/django-admin-datta/issues/2)
7+
38
## [1.0.7] 2023-02-28
49
### Changes
510

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='django-admin-datta',
11-
version='1.0.7',
11+
version='1.0.8',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)