Skip to content

Commit

Permalink
chore: New 2.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fgmacedo committed Jun 10, 2024
1 parent 042a3e1 commit c1a6a63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Below are release notes through StateMachine and its patch releases.
```{toctree}
:maxdepth: 2
2.3.1
2.3.0
2.2.0
2.1.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-statemachine"
version = "2.3.0"
version = "2.3.1"
description = "Python Finite State Machines made easy."
authors = ["Fernando Macedo <fgmacedo@gmail.com>"]
maintainers = [
Expand Down
2 changes: 1 addition & 1 deletion statemachine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

__author__ = """Fernando Macedo"""
__email__ = "fgmacedo@gmail.com"
__version__ = "2.3.0"
__version__ = "2.3.1"

__all__ = ["StateMachine", "State"]

0 comments on commit c1a6a63

Please sign in to comment.