diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index 73051f6d75..ade0a481ea 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -2,10 +2,10 @@ ### Evennia 1.0 -2019-2022 develop branch +2019-2022 -Changed to using `main` branch to follow github standard. Old `master` branch remains -for now but will not be used anymore, so as to not break installs during transition. +_Changed to using `main` branch to follow github standard. Old `master` branch remains +for now but will not be used anymore, so as to not break installs during transition._ Increase requirements: Django 4.1+, Twisted 22.10+ Python 3.10, 3.11. PostgreSQL 11+. diff --git a/docs/source/Setup/Online-Setup.md b/docs/source/Setup/Online-Setup.md index 3788c64314..46c563200b 100644 --- a/docs/source/Setup/Online-Setup.md +++ b/docs/source/Setup/Online-Setup.md @@ -328,7 +328,7 @@ Evennia users: | [Amazon Lightsail][9] | Cloud | $5/month | Free first month. AWS's "fixed cost" offering.| | [Azure App Services][12] | Cloud | Free | Free tier with limited regions for hobbyists. | | [Huawei Cloud][13] | Cloud | on demand | Similar to Amazon. Free 12-month tier with limited regions. | -| [Host1Plus][5] | VPS & Cloud | $4/month | $4-$8/month depending on length of sign-up period. +| [Heficed][5] | VPS & Cloud | $6/month | $6/month for a 1GB ram server. | | [Scaleway][6] | Cloud | €3/month / on-demand | EU based (Paris, Amsterdam). Smallest option provides 2GB RAM. | | [Prgmr][10] | VPS | $5/month | 1 month free with a year prepay. You likely want some experience with servers with this option as they don't have a lot of support.| | [Linode][11] | Cloud | $5/month / on-demand | Multiple regions. Smallest option provides 1GB RAM| @@ -340,7 +340,7 @@ Evennia users: [2]: https://www.digitalocean.com/pricing [3]: https://aws.amazon.com/pricing/ [4]: https://www.genesismuds.com/ -[5]: https://www.host1plus.com/ +[5]: https://www.heficed.com/ [6]: https://www.scaleway.com/ [7]: https://lowendbox.com/ [8]: https://www.lowendtalk.com diff --git a/evennia/VERSION.txt b/evennia/VERSION.txt index 15ba4a5203..d3827e75a5 100644 --- a/evennia/VERSION.txt +++ b/evennia/VERSION.txt @@ -1 +1 @@ -1.0-dev +1.0 diff --git a/pyproject.toml b/pyproject.toml index 674609f536..028e42c0ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "evennia" -version = "1.0rc11" +version = "1.0" maintainers = [ { name="Griatch", email="griatch@gmail.com" }, ]