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 042a3e1 commit c1a6a63Copy full SHA for c1a6a63
3 files changed
docs/releases/index.md
@@ -15,6 +15,7 @@ Below are release notes through StateMachine and its patch releases.
15
```{toctree}
16
:maxdepth: 2
17
18
+2.3.1
19
2.3.0
20
2.2.0
21
2.1.2
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-statemachine"
3
-version = "2.3.0"
+version = "2.3.1"
4
description = "Python Finite State Machines made easy."
5
authors = ["Fernando Macedo <fgmacedo@gmail.com>"]
6
maintainers = [
statemachine/__init__.py
@@ -3,6 +3,6 @@
__author__ = """Fernando Macedo"""
__email__ = "fgmacedo@gmail.com"
-__version__ = "2.3.0"
+__version__ = "2.3.1"
7
8
__all__ = ["StateMachine", "State"]
0 commit comments