From 4abe812cb428ef7566ca25b69c772ea4314f2a53 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 17 Jun 2023 09:07:20 +0200 Subject: [PATCH] Evennia 2.0.1 patch release --- CHANGELOG.md | 6 ++++++ docs/source/Coding/Changelog.md | 8 +++++++- evennia/VERSION.txt | 2 +- pyproject.toml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0365fd334c..06e0ec6dff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index 5d636e18fc..06e0ec6dff 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -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 diff --git a/evennia/VERSION.txt b/evennia/VERSION.txt index 227cea2156..38f77a65b3 100644 --- a/evennia/VERSION.txt +++ b/evennia/VERSION.txt @@ -1 +1 @@ -2.0.0 +2.0.1 diff --git a/pyproject.toml b/pyproject.toml index 993f373f9c..f991ceb713 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"