Evennia 3.1.1 patch release
This commit is contained in:
parent
c2c2a581a9
commit
1aff06d73c
4 changed files with 6 additions and 4 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## main branch
|
## Evennia 3.1.1
|
||||||
|
|
||||||
|
Jan 14, 2024
|
||||||
|
|
||||||
- [Fix][pull3398]: Fix to make e.g. `elvish"Hello"` work correctly in language rp
|
- [Fix][pull3398]: Fix to make e.g. `elvish"Hello"` work correctly in language rp
|
||||||
contrib (InspectorCaracal)
|
contrib (InspectorCaracal)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## main branch
|
## Evennia 3.1.1
|
||||||
|
|
||||||
|
Jan 14, 2024
|
||||||
|
|
||||||
- [Fix][pull3398]: Fix to make e.g. `elvish"Hello"` work correctly in language rp
|
- [Fix][pull3398]: Fix to make e.g. `elvish"Hello"` work correctly in language rp
|
||||||
contrib (InspectorCaracal)
|
contrib (InspectorCaracal)
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
3.1.0
|
3.1.1
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "evennia"
|
name = "evennia"
|
||||||
version = "3.1.0"
|
version = "3.1.1"
|
||||||
maintainers = [{ name = "Griatch", email = "griatch@gmail.com" }]
|
maintainers = [{ name = "Griatch", email = "griatch@gmail.com" }]
|
||||||
description = "A full-featured toolkit and server for text-based multiplayer games (MUDs, MU*, etc)."
|
description = "A full-featured toolkit and server for text-based multiplayer games (MUDs, MU*, etc)."
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue