summaryrefslogtreecommitdiff
path: root/asciidoc.py
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2020-06-26 15:00:25 -0400
committerMatthew Peveler <matt.peveler@gmail.com>2020-06-26 15:00:25 -0400
commitfce6bd87fbdef5e510310464b02a75fb32f72f74 (patch)
tree3ebe61e2af07c1c7e241f00f043bb43a90fd9503 /asciidoc.py
parent334b4aed32f5e1b0952445b3b4e6b3e133063565 (diff)
downloadasciidoc-py3-9.0.1.tar.gz
cut v9.0.1 release9.0.1
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
Diffstat (limited to 'asciidoc.py')
-rwxr-xr-xasciidoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoc.py b/asciidoc.py
index 1c11fd9..b91c29d 100755
--- a/asciidoc.py
+++ b/asciidoc.py
@@ -33,7 +33,7 @@ from ast import literal_eval
from collections import OrderedDict
# Used by asciidocapi.py #
-VERSION = '9.0.0' # See CHANGELOG file for version history.
+VERSION = '9.0.1' # See CHANGELOG file for version history.
MIN_PYTHON_VERSION = '3.5' # Require this version of Python or better.