Skip to content

Commit c1a6a63

Browse files
committed
chore: New 2.3.1 release
1 parent 042a3e1 commit c1a6a63

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/releases/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Below are release notes through StateMachine and its patch releases.
1515
```{toctree}
1616
:maxdepth: 2
1717
18+
2.3.1
1819
2.3.0
1920
2.2.0
2021
2.1.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-statemachine"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
description = "Python Finite State Machines made easy."
55
authors = ["Fernando Macedo <[email protected]>"]
66
maintainers = [

statemachine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
__author__ = """Fernando Macedo"""
55
__email__ = "[email protected]"
6-
__version__ = "2.3.0"
6+
__version__ = "2.3.1"
77

88
__all__ = ["StateMachine", "State"]

0 commit comments

Comments
 (0)