Evennia 2.3.0 minor release

This commit is contained in:
Griatch 2023-09-03 09:24:42 +02:00
parent 9b354a39b7
commit bb35973cea
4 changed files with 10 additions and 6 deletions

View file

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

View file

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

View file

@ -1 +1 @@
2.2.0
2.3.0

View file

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