From 3965de8d168ce8f99025c1deaa6de7049e8eda17 Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 12 Nov 2024 10:39:35 +0100 Subject: [PATCH] Evennia 4.5.0 minor release --- CHANGELOG.md | 3 +-- docs/source/Coding/Changelog.md | 3 +-- docs/source/index.md | 2 +- evennia/VERSION.txt | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e29c18f9e..53ad364e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # Changelog - -## Main branch +## Evennia 4.5.0 - [Feat][pull3634]: New contrib for in-game `storage` of items in rooms (aMiss-aWry) - [Feat][pull3636]: Make `cpattr` command also support Attribute categories (aMiss-aWry) diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index 1e29c18f9e..53ad364e53 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -1,7 +1,6 @@ # Changelog - -## Main branch +## Evennia 4.5.0 - [Feat][pull3634]: New contrib for in-game `storage` of items in rooms (aMiss-aWry) - [Feat][pull3636]: Make `cpattr` command also support Attribute categories (aMiss-aWry) diff --git a/docs/source/index.md b/docs/source/index.md index 1ad026381f..cb4faf4117 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -1,6 +1,6 @@ # Evennia Documentation -This is the manual of [Evennia](https://www.evennia.com), the open source Python `MU*` creation system. Use the Search bar on the left to find or discover interesting articles. This manual was last updated outubro 26, 2024, see the [Evennia Changelog](Coding/Changelog.md). Latest released Evennia version is 4.4.1. +This is the manual of [Evennia](https://www.evennia.com), the open source Python `MU*` creation system. Use the Search bar on the left to find or discover interesting articles. This manual was last updated outubro 26, 2024, see the [Evennia Changelog](Coding/Changelog.md). Latest released Evennia version is 4.5.0. - [Introduction](./Evennia-Introduction.md) - what is this Evennia thing? - [Evennia in Pictures](./Evennia-In-Pictures.md) - a visual overview of Evennia diff --git a/evennia/VERSION.txt b/evennia/VERSION.txt index cca25a93cd..a84947d6ff 100644 --- a/evennia/VERSION.txt +++ b/evennia/VERSION.txt @@ -1 +1 @@ -4.4.1 +4.5.0 diff --git a/pyproject.toml b/pyproject.toml index bbc6c74a32..35c49b43b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "evennia" -version = "4.4.1" +version = "4.5.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"