Evennia 2.0.1 patch release
This commit is contained in:
parent
19c4f6c544
commit
4abe812cb4
4 changed files with 15 additions and 3 deletions
|
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Evennia 2.0.1
|
||||||
|
|
||||||
|
June 17, 2023
|
||||||
|
|
||||||
|
- Fix: A look-bug in the `ExtendedRoom` contrib (InspectorCaracal)
|
||||||
|
|
||||||
## Evennia 2.0.0
|
## Evennia 2.0.0
|
||||||
|
|
||||||
June 10, 2023
|
June 10, 2023
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Evennia 2.0
|
## Evennia 2.0.1
|
||||||
|
|
||||||
|
June 17, 2023
|
||||||
|
|
||||||
|
- Fix: A look-bug in the `ExtendedRoom` contrib (InspectorCaracal)
|
||||||
|
|
||||||
|
## Evennia 2.0.0
|
||||||
|
|
||||||
June 10, 2023
|
June 10, 2023
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
2.0.0
|
2.0.1
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "evennia"
|
name = "evennia"
|
||||||
version = "2.0.0"
|
version = "2.0.1"
|
||||||
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue