From 245a9ca445eccda07998cb58fbee340308d425a7 Mon Sep 17 00:00:00 2001 From: Rike-Benjamin Schuppner Date: Thu, 23 May 2024 08:53:52 +0200 Subject: [PATCH] BLD: 2.4.0 --- CHANGELOG.md | 2 +- pelita/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e904556..9da615977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Pelita changelog - * v2.4.0 (xx. May 2024) + * v2.4.0 (23. May 2024) - Greatly improved server mode - Bot.legal_positions becomes a static attribute diff --git a/pelita/__init__.py b/pelita/__init__.py index 928bda1e7..cbf39debc 100644 --- a/pelita/__init__.py +++ b/pelita/__init__.py @@ -3,4 +3,4 @@ network, viewer) -__version__ = '2.4.0-rc1' +__version__ = '2.4.0'