Evennia 3.2.0 minor release

This commit is contained in:
Griatch 2024-02-25 20:00:56 +01:00
parent 03f71fa87e
commit fe6a89bf8f
4 changed files with 8 additions and 4 deletions

View file

@ -1,6 +1,8 @@
# Changelog
## main branch
## Evennia 3.2.0
Feb 25, 2024
- Feature: Add [`evennia.ON_DEMAND_HANDLER`][new-ondemandhandler] for making it
easier to implement changes that are calculated on-demand (Griatch)

View file

@ -1,6 +1,8 @@
# Changelog
## main branch
## Evennia 3.2.0
Feb 25, 2024
- Feature: Add [`evennia.ON_DEMAND_HANDLER`][new-ondemandhandler] for making it
easier to implement changes that are calculated on-demand (Griatch)

View file

@ -1 +1 @@
3.1.1
3.2.0

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "evennia"
version = "3.1.1"
version = "3.2.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"