Skip to content

Commit

Permalink
Revert "Set versioning for the new release."
Browse files Browse the repository at this point in the history
This reverts commit 565038a.
  • Loading branch information
Kodiologist committed May 20, 2024
1 parent 565038a commit d687187
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ 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 = '1.0.1',
version = '0.0.0',
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__ = '1.0.1'
__version__ = '(unreleased)'

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

0 comments on commit d687187

Please sign in to comment.