File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ also install the ``lissp`` command-line tool for running Lissp code.
1414This is a convenience executable for starting ``python -m hissp ``,
1515whose minimal options were modeled after Python's most commonly used:
1616
17+ .. RELEASE: Update (Hissp X.X.X) line.
18+
1719 .. code-block :: Text
1820
1921 usage: lissp [-h] [-i] [-c cmd] [file] [args [args ...]]
Original file line number Diff line number Diff line change 99 ... __import__('hissp')._macro_)))
1010
1111.. TODO: Interactive via web repl?
12+ .. RELEASE: Update the ;;;; Installation section.
1213
1314 Lissp Whirlwind Tour
1415====================
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ Confirm your Python version with
5555
5656 (Re-)install the Hissp version matching this document with
5757
58+ .. RELEASE: Rewrite to install from PyPI.
59+
5860 .. code-block :: console
5961
6062 $ python -m pip install --upgrade --force-reinstall git+https://github.com/gilch/hissp
Original file line number Diff line number Diff line change 8888with __import__ ("contextlib" ).suppress (ImportError ):
8989 from hissp .macros import _macro_
9090
91- VERSION = "0.5.dev"
91+ VERSION = "0.5.dev" # RELEASE
9292
9393
9494def prelude (env ):
You can’t perform that action at this time.
0 commit comments