Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

Commit

Permalink
last version
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Jul 4, 2020
1 parent c6f4cac commit a2a2644
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -4,8 +4,8 @@

![Tale logo](docs/source/_static/tale-large.png)

'Tale' - mud, mudlib & interactive fiction framework
====================================================
'Tale' - mud, mudlib & interactive fiction framework [frozen]
=============================================================

This software is copyright (c) by Irmen de Jong (irmen@razorvine.net).

Expand Down Expand Up @@ -38,5 +38,3 @@ On github and in the source distribution there are several much larger [example
* 'circle' - MUD that interprets CircleMud's data files and builds the world from those
* 'demo' - a random collection of stuff including a shop with some people
* 'zed_is_me' - a small single player (interactive fiction) survival adventure

If my server is up, you can find the first two running online, see http://www.razorvine.net/
6 changes: 3 additions & 3 deletions docs/source/index.rst
@@ -1,6 +1,6 @@

Tale |version| - MUD, mudlib & Interactive Fiction framework
************************************************************
Tale |version| - MUD, mudlib & Interactive Fiction framework (project is frozen)
********************************************************************************

.. image:: _static/tale-large.png
:align: center
Expand Down Expand Up @@ -204,5 +204,5 @@ Preliminary (auto-generated) API documentation:

.. toctree::
:caption: Contents of this manual:

api.rst
2 changes: 1 addition & 1 deletion tale/__init__.py
Expand Up @@ -9,7 +9,7 @@
from typing import Any


__version__ = "4.6"
__version__ = "4.7"


class _MudContext:
Expand Down

0 comments on commit a2a2644

Please sign in to comment.