From 9024f804f92738f87916c8c35759e3dfd81f7e52 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 2 Jul 2025 15:26:30 +0200 Subject: [PATCH] Evennia 5.0.1 patch release --- CHANGELOG.md | 7 ++++--- docs/source/Coding/Changelog.md | 10 ++++++++++ docs/source/index.md | 2 +- evennia/VERSION.txt | 2 +- pyproject.toml | 2 +- 5 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 479f8783f6..58b196c539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ # Changelog -## Evennia main branch +## Evennia 5.0.1 -- [Fix][issue3696]: Fix Django version minimum string being too picky (Griatch) +Jul 2, 2025 +- [Fix][issue3696]: Fix Django version minimum string being too picky, causing + confusing warning message on startup (Griatch) [issue3796]: https://github.com/evennia/evennia/issues/3796 - ## Evennia 5.0.0 Jul 1, 2025 diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index 9902b948ab..58b196c539 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -1,5 +1,15 @@ # Changelog +## Evennia 5.0.1 + +Jul 2, 2025 + +- [Fix][issue3696]: Fix Django version minimum string being too picky, causing + confusing warning message on startup (Griatch) + +[issue3796]: https://github.com/evennia/evennia/issues/3796 + + ## Evennia 5.0.0 Jul 1, 2025 diff --git a/docs/source/index.md b/docs/source/index.md index 34ce42945e..fbbf17320a 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 5.0.0. +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 5.0.1. - [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 0062ac9718..6b244dcd69 100644 --- a/evennia/VERSION.txt +++ b/evennia/VERSION.txt @@ -1 +1 @@ -5.0.0 +5.0.1 diff --git a/pyproject.toml b/pyproject.toml index c65bc62be8..1b7f63299e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "evennia" -version = "5.0.0" +version = "5.0.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.11"