summaryrefslogtreecommitdiff
path: root/a2x.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 /a2x.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 'a2x.py')
-rwxr-xr-xa2x.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/a2x.py b/a2x.py
index 7709743..dadd1ea 100755
--- a/a2x.py
+++ b/a2x.py
@@ -42,7 +42,7 @@ import xml.dom.minidom
import mimetypes
PROG = os.path.basename(os.path.splitext(__file__)[0])
-VERSION = '9.0.0'
+VERSION = '9.0.1'
# AsciiDoc global configuration file directory.
# NOTE: CONF_DIR is "fixed up" by Makefile -- don't rename or change syntax.