We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5669f5d commit 3efc2c6Copy full SHA for 3efc2c6
HISTORY.rst
@@ -1,6 +1,12 @@
1
Changelog
2
---------
3
4
+0.14.2
5
+~~~~~~
6
+
7
+- propagate_attribute: skip signal objects (#215)
8
+- Local executor: check add_activity_task (#215)
9
10
0.14.1
11
~~~~~~
12
simpleflow/__init__.py
@@ -8,7 +8,7 @@
from . import settings
-__version__ = '0.14.1'
+__version__ = '0.14.2'
__author__ = 'Greg Leclercq'
13
__license__ = "MIT"
14
0 commit comments