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 e1dd9f1 commit 9e2b318Copy full SHA for 9e2b318
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+0.32.2
5
+------
6
+
7
8
9
0.32.1
10
------
11
simpleflow/__init__.py
@@ -5,6 +5,6 @@
from .signal import WaitForSignal # NOQA
from .workflow import Workflow # NOQA
-__version__ = "0.32.1"
+__version__ = "0.32.2"
__author__ = "Greg Leclercq"
__license__ = "MIT"
0 commit comments