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