Evennia 4.4.0 minor release

This commit is contained in:
Griatch 2024-09-29 15:11:37 +02:00
parent bfec5c3a37
commit d76bc1a62b
5 changed files with 9 additions and 5 deletions

View file

@ -1,6 +1,8 @@
# Changelog # Changelog
## Main branch ## Evennia 4.4.0
Sep 29, 2024
- Feat: Support `scripts key:typeclass` to create global scripts - Feat: Support `scripts key:typeclass` to create global scripts
with dynamic keys (rather than just relying on typeclass' key) (Griatch) with dynamic keys (rather than just relying on typeclass' key) (Griatch)

View file

@ -1,6 +1,8 @@
# Changelog # Changelog
## Main branch ## Evennia 4.4.0
Sep 29, 2024
- Feat: Support `scripts key:typeclass` to create global scripts - Feat: Support `scripts key:typeclass` to create global scripts
with dynamic keys (rather than just relying on typeclass' key) (Griatch) with dynamic keys (rather than just relying on typeclass' key) (Griatch)

View file

@ -1,6 +1,6 @@
# Evennia Documentation # 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 September 29, 2024, see the [Evennia Changelog](Coding/Changelog.md). Latest released Evennia version is 4.3.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 September 29, 2024, see the [Evennia Changelog](Coding/Changelog.md). Latest released Evennia version is 4.4.0.
- [Introduction](./Evennia-Introduction.md) - what is this Evennia thing? - [Introduction](./Evennia-Introduction.md) - what is this Evennia thing?
- [Evennia in Pictures](./Evennia-In-Pictures.md) - a visual overview of Evennia - [Evennia in Pictures](./Evennia-In-Pictures.md) - a visual overview of Evennia

View file

@ -1 +1 @@
4.3.0 4.4.0

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "evennia" name = "evennia"
version = "4.3.0" version = "4.4.0"
maintainers = [{ name = "Griatch", email = "griatch@gmail.com" }] maintainers = [{ name = "Griatch", email = "griatch@gmail.com" }]
description = "A full-featured toolkit and server for text-based multiplayer games (MUDs, MU*, etc)." description = "A full-featured toolkit and server for text-based multiplayer games (MUDs, MU*, etc)."
requires-python = ">=3.10" requires-python = ">=3.10"