From 1aff06d73c2c6974900d9aae3b9b4b277abad4e9 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 14 Jan 2024 18:32:43 +0100 Subject: [PATCH] Evennia 3.1.1 patch release --- CHANGELOG.md | 3 ++- docs/source/Coding/Changelog.md | 3 ++- evennia/VERSION.txt | 2 +- pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c26bcd718e..8d27b5e23a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog -## main branch +## Evennia 3.1.1 +Jan 14, 2024 - [Fix][pull3398]: Fix to make e.g. `elvish"Hello"` work correctly in language rp contrib (InspectorCaracal) diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index c26bcd718e..8d27b5e23a 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -1,7 +1,8 @@ # Changelog -## main branch +## Evennia 3.1.1 +Jan 14, 2024 - [Fix][pull3398]: Fix to make e.g. `elvish"Hello"` work correctly in language rp contrib (InspectorCaracal) diff --git a/evennia/VERSION.txt b/evennia/VERSION.txt index fd2a01863f..94ff29cc4d 100644 --- a/evennia/VERSION.txt +++ b/evennia/VERSION.txt @@ -1 +1 @@ -3.1.0 +3.1.1 diff --git a/pyproject.toml b/pyproject.toml index dbc8e81c16..fbf5d13278 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "evennia" -version = "3.1.0" +version = "3.1.1" maintainers = [{ name = "Griatch", email = "griatch@gmail.com" }] description = "A full-featured toolkit and server for text-based multiplayer games (MUDs, MU*, etc)." requires-python = ">=3.10"