Skip to content

Commit

Permalink
Set versioning for the new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodiologist committed May 20, 2024
1 parent c986ff3 commit 565038a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Version history

This section lists the most important user-visible changes in each release. Typically, saved games for each version *aren't* compatible with other versions, but release numbers marked with an asterisk (*) should be compatible with saved games from the previous release. Unless making a backward-compatible upgrade of this kind, you should delete all your saved games before upgrading the game.

- 1.0.1* (2024-05-20): Largely internal changes.
- 1.0.0 (2024-03-01): Various improvements to the display.
- 0.6.0 (2024-02-19): The IQ quest BoneQuest is now fully playable.
- 0.5.0 (2024-01-10): Largely internal changes. The new script ``util/gate_map.hy`` may be useful for mapping mazes of teleportation gates, such as New Nightmare level 10.
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 @@

setuptools.setup(
name = 'simalq',
version = '0.0.0',
version = '1.0.1',
author = 'Kodi B. Arfer',
description = 'Infinitesimal Quest 2 + ε: A turn-based puzzling dungeon crawler',
long_description = Path('README.rst').read_text(),
Expand Down
2 changes: 1 addition & 1 deletion simalq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import hy

__version__ = '(unreleased)'
__version__ = '1.0.1'

version_string = f"Infinitesimal Quest 2 + ε version {__version__}"

0 comments on commit 565038a

Please sign in to comment.