mirror of
https://github.com/evennia/evennia.git
synced 2025-10-29 11:26:10 +00:00
Compare commits
3 Commits
9ac061b109
...
0bc77106fa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0bc77106fa | ||
|
|
9024f804f9 | ||
|
|
bd6962133d |
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## Evennia 5.0.1
|
||||
|
||||
Jul 2, 2025
|
||||
|
||||
- [Fix][issue3796]: Fix Django version minimum string being too picky, causing
|
||||
confusing warning message on startup (Griatch)
|
||||
|
||||
[issue3796]: https://github.com/evennia/evennia/issues/3796
|
||||
|
||||
|
||||
## Evennia 5.0.0
|
||||
|
||||
Jul 1, 2025
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## Evennia 5.0.1
|
||||
|
||||
Jul 2, 2025
|
||||
|
||||
- [Fix][issue3696]: Fix Django version minimum string being too picky, causing
|
||||
confusing warning message on startup (Griatch)
|
||||
|
||||
[issue3796]: https://github.com/evennia/evennia/issues/3796
|
||||
|
||||
|
||||
## Evennia 5.0.0
|
||||
|
||||
Jul 1, 2025
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Evennia Documentation
|
||||
|
||||
This is the manual of [Evennia](https://www.evennia.com), the open source Python `MU*` creation system. Use the Search bar on the left to find or discover interesting articles. This manual was last updated outubro 26, 2024, see the [Evennia Changelog](Coding/Changelog.md). Latest released Evennia version is 5.0.0.
|
||||
This is the manual of [Evennia](https://www.evennia.com), the open source Python `MU*` creation system. Use the Search bar on the left to find or discover interesting articles. This manual was last updated outubro 26, 2024, see the [Evennia Changelog](Coding/Changelog.md). Latest released Evennia version is 5.0.1.
|
||||
|
||||
- [Introduction](./Evennia-Introduction.md) - what is this Evennia thing?
|
||||
- [Evennia in Pictures](./Evennia-In-Pictures.md) - a visual overview of Evennia
|
||||
|
||||
@ -1 +1 @@
|
||||
5.0.0
|
||||
5.0.1
|
||||
|
||||
@ -6,5 +6,5 @@
|
||||
PYTHON_MIN = 3.11
|
||||
PYTHON_MAX_TESTED = 3.13.100
|
||||
TWISTED_MIN = 24.11
|
||||
DJANGO_MIN = 5.2.0
|
||||
DJANGO_MIN = 5.1
|
||||
DJANGO_MAX_TESTED = 5.2.100
|
||||
|
||||
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "evennia"
|
||||
version = "5.0.0"
|
||||
version = "5.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.11"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user