diff --git a/CHANGELOG.md b/CHANGELOG.md index a62927f3b1..929630f54e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## Main branch +## Evennia 2.3.0 + +Sept 3, 2023 - Feat: EvMenu tooltips for multiple help categories in a node (Seannio). - Feat: Default `examine` command now also shows an account's `last_login` @@ -10,7 +12,7 @@ - Fix: Typo in evadventure twitch combat's call of `create_combathandler`. - Docs: Fix bug in evadventure equipmenthandler blocking creation of npcs. in-game. -- Docs: Plenty of typo fixes (iLPDev) +- Docs: Plenty of typo fixes (iLPDev, moldikins, others) ## Evennia 2.2.0 diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index a62927f3b1..929630f54e 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -1,6 +1,8 @@ # Changelog -## Main branch +## Evennia 2.3.0 + +Sept 3, 2023 - Feat: EvMenu tooltips for multiple help categories in a node (Seannio). - Feat: Default `examine` command now also shows an account's `last_login` @@ -10,7 +12,7 @@ - Fix: Typo in evadventure twitch combat's call of `create_combathandler`. - Docs: Fix bug in evadventure equipmenthandler blocking creation of npcs. in-game. -- Docs: Plenty of typo fixes (iLPDev) +- Docs: Plenty of typo fixes (iLPDev, moldikins, others) ## Evennia 2.2.0 diff --git a/evennia/VERSION.txt b/evennia/VERSION.txt index ccbccc3dc6..276cbf9e28 100644 --- a/evennia/VERSION.txt +++ b/evennia/VERSION.txt @@ -1 +1 @@ -2.2.0 +2.3.0 diff --git a/pyproject.toml b/pyproject.toml index ccf11de892..9c74ce2cf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "evennia" -version = "2.2.0" +version = "2.3.0" 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"