mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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
|
||||
|
||||
## Evennia 2.0.1
|
||||
|
||||
June 17, 2023
|
||||
|
||||
- Fix: A look-bug in the `ExtendedRoom` contrib (InspectorCaracal)
|
||||
|
||||
## Evennia 2.0.0
|
||||
|
||||
June 10, 2023
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.0.0
|
||||
2.0.1
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "evennia"
|
||||
version = "2.0.0"
|
||||
version = "2.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.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue