Skip to content

Commit dc74483

Browse files
committed
Release v1.0.10 - Fixes
1 parent 4cf6e0c commit dc74483

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.0.10] 2023-03-01
4+
### Changes
5+
6+
- Fix #17 - `TabularInline, StackedInline add and delete buttons don't work`
7+
- patched by [Vitalii Rybalko](https://github.com/vilkoz)
8+
39
## [1.0.9] 2023-01-31
410
### Changes
511

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-volt',
11-
version='1.0.9',
11+
version='1.0.10',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)