Evennia 2.0.1 patch release

This commit is contained in:
Griatch 2023-06-17 09:07:20 +02:00
parent 19c4f6c544
commit 4abe812cb4
4 changed files with 15 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -1 +1 @@
2.0.0
2.0.1

View file

@ -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"