Evennia 1.2.0 minor release
This commit is contained in:
parent
a6fa973680
commit
e27a5e9951
5 changed files with 7 additions and 7 deletions
|
|
@ -6,9 +6,9 @@ echo "This will release Evennia $VERSION (based on evennia/VERSION.txt)."
|
||||||
echo "Before continuing:"
|
echo "Before continuing:"
|
||||||
echo " 1. Make sure you have Evennia upload credentials for Github (tagging) and PyPi (main package)."
|
echo " 1. Make sure you have Evennia upload credentials for Github (tagging) and PyPi (main package)."
|
||||||
echo " 2. Update CHANGELOG.md."
|
echo " 2. Update CHANGELOG.md."
|
||||||
echo " 3. Run 'make local' in docs/ to update dynamic docs and autodocstrings (may have to run twice)."
|
echo " 3. Make sure pyproject.toml is set to the same version as evennia/VERSION.txt ($VERSION)."
|
||||||
echo " 4. Make sure VERSION.txt and pyproject.toml both show version $VERSION."
|
echo " 4. Run 'make local' in docs/ to update dynamic docs (like Changelog.md) and autodocstrings (may have to run twice)."
|
||||||
echo " 5. Make sure all changes are committed, e.g. as 'Evennia 1.x.x bug-fix release' (un-staged files will be wiped)."
|
echo " 5. Make sure all changes are committed, e.g. as 'Evennia $VERSION major/minor/patch release' (un-staged files will be wiped)."
|
||||||
echo " 6. Make sure all unit tests pass!"
|
echo " 6. Make sure all unit tests pass!"
|
||||||
|
|
||||||
read -p "Continue? [Y/n]> " yn
|
read -p "Continue? [Y/n]> " yn
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Main
|
## Evennia 1.2.0
|
||||||
|
|
||||||
- Bug fix: `TagHandler.get` did not consistently cast to string (aMiss-aWry)
|
- Bug fix: `TagHandler.get` did not consistently cast to string (aMiss-aWry)
|
||||||
- Bug fix: Channels hard to manage if given in different case (aMiss-aWry)
|
- Bug fix: Channels hard to manage if given in different case (aMiss-aWry)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Main
|
## Evennia 1.2.0
|
||||||
|
|
||||||
- Bug fix: `TagHandler.get` did not consistently cast to string (aMiss-aWry)
|
- Bug fix: `TagHandler.get` did not consistently cast to string (aMiss-aWry)
|
||||||
- Bug fix: Channels hard to manage if given in different case (aMiss-aWry)
|
- Bug fix: Channels hard to manage if given in different case (aMiss-aWry)
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
1.1.1
|
1.2.0
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "evennia"
|
name = "evennia"
|
||||||
version = "1.1.1"
|
version = "1.2.0"
|
||||||
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