Skip to content

Commit e0ec63d

Browse files
authored
docs: bump package version to 3.4.2 (#426)
1 parent 8d5958f commit e0ec63d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Change Log
1313
1414
Unreleased
1515
~~~~~~~~~~
16+
[3.4.2] - 2025-06-24
17+
~~~~~~~~~~~~~~~~~~~~
18+
19+
Changed
20+
* Support Celery protocol V2 in create_user_tasks
21+
1622

1723
[3.4.1] - 2025-04-20
1824
~~~~~~~~~~~~~~~~~~~~

user_tasks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from django.dispatch import Signal
66

7-
__version__ = '3.4.1'
7+
__version__ = '3.4.2'
88

99

1010
# This signal is emitted when a user task reaches any final state:

0 commit comments

Comments
 (0)