Skip to content

Commit 34070bf

Browse files
committed
4.1.0
Automatically generated by python-semantic-release
1 parent 5638f99 commit 34070bf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!--next-version-placeholder-->
44

5+
## v4.1.0 (2022-11-14)
6+
### Feature
7+
* Provide action decorator to pass label, description and atts to the admin method ([#141](https://github.com/crccheck/django-object-actions/issues/141)) ([`5638f99`](https://github.com/crccheck/django-object-actions/commit/5638f999d32ea7f6de60b895d23ce89624120769))
8+
9+
### Fix
10+
* Fix link to ci.yml in README ([#139](https://github.com/crccheck/django-object-actions/issues/139)) ([`700dd9b`](https://github.com/crccheck/django-object-actions/commit/700dd9b848aea67c759dca61cd815a27b6b16fd1))
11+
512
## v4.0.0 (2022-03-12)
613
### Feature
714
* Drop Python 3.6 support ([#135](https://github.com/crccheck/django-object-actions/issues/135)) ([`8deebed`](https://github.com/crccheck/django-object-actions/commit/8deebedda55d0e5d466969c7f27a9c60e680e5e8))

django_object_actions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""A Django app for adding object tools for models in the admin."""
2-
__version__ = "4.0.0"
2+
__version__ = "4.1.0"
33

44

55
# kind of like __all__, make these available for public

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "django-object-actions"
7-
version = "4.0.0"
7+
version = "4.1.0"
88
description = "A Django app for adding object tools for models in the admin"
99
authors = ["crccheck <[email protected]>"]
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)