Skip to content

Commit

Permalink
Declare version 1.6 with updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed Aug 15, 2020
1 parent 4892294 commit fbe5958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions adventure/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ limitations under the License.
Changelog
=========

| 1.6 — 2020 August 15 — add support for upper-case commands typed at the terminal; and fix exception if user dies with water in their bottle `(see #26) <https://github.com/brandon-rhodes/python-adventure/issues/26>`_.
| 1.5 — 2020 July 18 — fix for fatal exception when “lamp turn” is entered.
| 1.4 — 2016 January 31 — readline editing; added license; bug fix; test fix.
| 1.3 — 2012 April 27 — installs on Windows; fixed undefined commands
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='adventure',
version='1.5',
version='1.6',
description='Colossal Cave adventure game at the Python prompt',
long_description=README_TEXT,
author='Brandon Craig Rhodes',
Expand Down

0 comments on commit fbe5958

Please sign in to comment.