From 428917f05640b3d546e511a2a25a26053713027a Mon Sep 17 00:00:00 2001 From: Lydia Duncan Date: Tue, 9 Mar 2021 13:23:22 -0800 Subject: [PATCH] Update the version number for next release ahead of time ---- Signed-off-by: Lydia Duncan --- sphinxcontrib/chapeldomain/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinxcontrib/chapeldomain/__init__.py b/sphinxcontrib/chapeldomain/__init__.py index 13ef347..5181d31 100644 --- a/sphinxcontrib/chapeldomain/__init__.py +++ b/sphinxcontrib/chapeldomain/__init__.py @@ -31,7 +31,7 @@ from sphinxcontrib.chapeldomain.chapel import ChapelLexer -VERSION = '0.0.20' +VERSION = '0.0.21' # regex for parsing proc, iter, class, record, etc.