Skip to content

Commit 9e2b318

Browse files
committed
Bump version to 0.32.2
1 parent e1dd9f1 commit 9e2b318

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
0.32.2
5+
------
6+
7+
8+
49
0.32.1
510
------
611

simpleflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
from .signal import WaitForSignal # NOQA
66
from .workflow import Workflow # NOQA
77

8-
__version__ = "0.32.1"
8+
__version__ = "0.32.2"
99
__author__ = "Greg Leclercq"
1010
__license__ = "MIT"

0 commit comments

Comments
 (0)