Skip to content

Commit 36695aa

Browse files
committed
Add RELEASE comments for release checklist
1 parent 8a89620 commit 36695aa

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

docs/command_line_reference.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ also install the ``lissp`` command-line tool for running Lissp code.
1414
This is a convenience executable for starting ``python -m hissp``,
1515
whose 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 ...]]

docs/lissp_whirlwind_tour.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
... __import__('hissp')._macro_)))
1010
1111
.. TODO: Interactive via web repl?
12+
.. RELEASE: Update the ;;;; Installation section.
1213
1314
Lissp Whirlwind Tour
1415
====================

docs/primer.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/hissp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
with __import__("contextlib").suppress(ImportError):
8989
from hissp.macros import _macro_
9090

91-
VERSION = "0.5.dev"
91+
VERSION = "0.5.dev" # RELEASE
9292

9393

9494
def prelude(env):

0 commit comments

Comments
 (0)