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