mirror of
https://github.com/evennia/evennia.git
synced 2026-08-18 03:05:44 +00:00
Evennia 4.1.0 minor release
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Main branch
|
## Evennia 4.1.0
|
||||||
|
|
||||||
|
April 1, 2024
|
||||||
|
|
||||||
- [Deprecation]: `DefaultObject.get_visible_contents` - unused in core, will be
|
- [Deprecation]: `DefaultObject.get_visible_contents` - unused in core, will be
|
||||||
removed. Use the new `.filter_visible` together with the `.get_display_*` methods instead..
|
removed. Use the new `.filter_visible` together with the `.get_display_*` methods instead..
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Main branch
|
## Evennia 4.1.0
|
||||||
|
|
||||||
|
April 1, 2024
|
||||||
|
|
||||||
- [Deprecation]: `DefaultObject.get_visible_contents` - unused in core, will be
|
- [Deprecation]: `DefaultObject.get_visible_contents` - unused in core, will be
|
||||||
removed. Use the new `.filter_visible` together with the `.get_display_*` methods instead..
|
removed. Use the new `.filter_visible` together with the `.get_display_*` methods instead..
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
4.0.0
|
4.1.0
|
||||||
|
|||||||
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "evennia"
|
name = "evennia"
|
||||||
version = "4.0.0"
|
version = "4.1.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"
|
||||||
|
|||||||
Reference in New Issue
Block a user