Skip to content

Commit b271c1f

Browse files
committed
Update docs in preparation for new release
1 parent 0a47539 commit b271c1f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES.rst

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ CHANGE HISTORY
33

44
LATEST
55
------
6+
- TBD
7+
8+
1.14.0
9+
------
610
- Added AnsiArtPlayer and AsciinemaPlayer
711
- Added dynamically sized, animated sprites to ray caster demo.
812
- Added fit parameter to DropdownList.

README.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ list).
5858
Installation
5959
------------
6060

61-
Asciimatics supports Python versions 2 & 3. For the precise list of tested versions,
62-
refer to `pypi <https://pypi.python.org/pypi/asciimatics>`_.
61+
Asciimatics supports Python version 3. For the precise list of tested versions,
62+
refer to `pypi <https://pypi.python.org/pypi/asciimatics>`_. The last version of asciimatics
63+
to support Python 2 is v1.14.
6364

6465
To install asciimatics, simply install with `pip` as follows:
6566

@@ -145,7 +146,7 @@ More examples
145146
-------------
146147

147148
More examples of what you can do are available in the project samples directory, hosted on GitHub.
148-
See https://github.com/peterbrittain/asciimatics/tree/v1.13/samples.
149+
See https://github.com/peterbrittain/asciimatics/tree/v1.14/samples.
149150

150151
To view them, simply download these files and then simply run them directly with `python`.
151152
Alternatively, you can browse recordings of many of the samples in the gallery at

0 commit comments

Comments
 (0)