We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730d94d commit 375559bCopy full SHA for 375559b
2 files changed
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+0.34.1
5
+------
6
+
7
+- Some spring cleanups (#449)
8
+- (#447)
9
+- (#445)
10
11
0.34.0
12
------
13
simpleflow/__init__.py
@@ -5,6 +5,6 @@
from .signal import WaitForSignal # NOQA
from .workflow import Workflow # NOQA
-__version__ = "0.34.0"
+__version__ = "0.34.1"
__author__ = "Greg Leclercq"
__license__ = "MIT"
0 commit comments