Skip to content

Commit cf9dbd9

Browse files
committed
Updates version and release notes
1 parent 03be703 commit cf9dbd9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ Instead of overriding `save` and `__init__` in a clunky way that hurts readabili
6161

6262
# Changelog
6363

64+
## 0.9.4 (February 2022)
65+
66+
- Adds optional @hook `on_commit` argument for executing hooks when the database transaction is committed. Thanks @amcclosky!
67+
6468
## 0.9.3 (October 2021)
6569

6670
- Correct packge info to note that Django 3.2 is supported.

django_lifecycle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .django_info import IS_GTE_1_POINT_9
22

3-
__version__ = "0.9.3"
3+
__version__ = "0.9.4"
44
__author__ = "Robert Singer"
55
__author_email__ = "[email protected]"
66

0 commit comments

Comments
 (0)