We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11286b commit bef2b29Copy full SHA for bef2b29
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+0.34.2
5
+------
6
+
7
+- Add task_list to ActivityWorker context (#453)
8
9
0.34.1
10
------
11
simpleflow/__init__.py
@@ -5,6 +5,6 @@
from .signal import WaitForSignal # NOQA
from .workflow import Workflow # NOQA
-__version__ = "0.34.1"
+__version__ = "0.34.2"
__author__ = "Greg Leclercq"
__license__ = "MIT"
0 commit comments