From c01ebb5915af2feb74d33062a21d2fbc64dfe614 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 1 Apr 2024 20:36:26 +0200 Subject: [PATCH] Evennia 4.1.0 minor release --- CHANGELOG.md | 4 +++- docs/source/Coding/Changelog.md | 4 +++- evennia/VERSION.txt | 2 +- pyproject.toml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12d9de3e21..7e0137fef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## Main branch +## Evennia 4.1.0 + +April 1, 2024 - [Deprecation]: `DefaultObject.get_visible_contents` - unused in core, will be removed. Use the new `.filter_visible` together with the `.get_display_*` methods instead.. diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index 12d9de3e21..7e0137fef9 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -1,6 +1,8 @@ # Changelog -## Main branch +## Evennia 4.1.0 + +April 1, 2024 - [Deprecation]: `DefaultObject.get_visible_contents` - unused in core, will be removed. Use the new `.filter_visible` together with the `.get_display_*` methods instead.. diff --git a/evennia/VERSION.txt b/evennia/VERSION.txt index fcdb2e109f..ee74734aa2 100644 --- a/evennia/VERSION.txt +++ b/evennia/VERSION.txt @@ -1 +1 @@ -4.0.0 +4.1.0 diff --git a/pyproject.toml b/pyproject.toml index 74b950053a..17a9871c10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "evennia" -version = "4.0.0" +version = "4.1.0" 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"