Skip to content

Commit fef88e9

Browse files
committed
docs: release 2.4.0
1 parent 75370a9 commit fef88e9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

7173
Initial 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-inline-actions"
3-
version = "2.3.0"
3+
version = "2.4.0"
44
description = "django-inline-actions adds actions to each row of the ModelAdmin or InlineModelAdmin."
55
authors = [
66
"Alexander Frenzel <[email protected]>",

0 commit comments

Comments
 (0)