diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cd213760..224fcd87e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Pelita changelog - * v2.3.0 (???) + * v2.3.0 (31. Aug 2023) - Switching to pyproject.toml - Bot.walls and Bot.homezone are tuples of tuples for reproducibility diff --git a/pelita/__init__.py b/pelita/__init__.py index a6f2f3dd6..338005fe3 100644 --- a/pelita/__init__.py +++ b/pelita/__init__.py @@ -3,4 +3,4 @@ network, viewer) -__version__ = '2.3.0-rc1' +__version__ = '2.3.0'