File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.4.0] - 2021-02-08
11+
1012### Fixed
1113
1214* Do not break if ` render_inline_actions ` field is missing, thanks to @tony
@@ -70,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7072
7173Initial release
7274
73- [ Unreleased ] : https://github.com/escaped/django-inline-actions/compare/2.3.0...HEAD
75+ [ Unreleased ] : https://github.com/escaped/django-inline-actions/compare/2.4.0...HEAD
76+ [ 2.4.0 ] : https://github.com/escaped/django-inline-actions/compare/2.3.0...2.4.0
7477[ 2.3.0 ] : https://github.com/escaped/django-inline-actions/compare/2.2.0...2.3.0
7578[ 2.2.0 ] : https://github.com/escaped/django-inline-actions/compare/2.1.0...2.2.0
7679[ 2.1.0 ] : https://github.com/escaped/django-inline-actions/compare/2.0.2...2.1.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " django-inline-actions"
3- version = " 2.3 .0"
3+ version = " 2.4 .0"
44description = " django-inline-actions adds actions to each row of the ModelAdmin or InlineModelAdmin."
55authors = [
66 " Alexander Frenzel <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments