Evennia 4.5.0 minor release

This commit is contained in:
Griatch 2024-11-12 10:39:35 +01:00
parent 1da8759db9
commit 3965de8d16
5 changed files with 5 additions and 7 deletions

View file

@ -1,7 +1,6 @@
# Changelog # Changelog
## Evennia 4.5.0
## Main branch
- [Feat][pull3634]: New contrib for in-game `storage` of items in rooms (aMiss-aWry) - [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) - [Feat][pull3636]: Make `cpattr` command also support Attribute categories (aMiss-aWry)

View file

@ -1,7 +1,6 @@
# Changelog # Changelog
## Evennia 4.5.0
## Main branch
- [Feat][pull3634]: New contrib for in-game `storage` of items in rooms (aMiss-aWry) - [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) - [Feat][pull3636]: Make `cpattr` command also support Attribute categories (aMiss-aWry)

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 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? - [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.4.1 4.5.0

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "evennia" name = "evennia"
version = "4.4.1" version = "4.5.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"