diff options
author | Matthew Peveler <matt.peveler@gmail.com> | 2020-06-26 15:00:25 -0400 |
---|---|---|
committer | Matthew Peveler <matt.peveler@gmail.com> | 2020-06-26 15:00:25 -0400 |
commit | fce6bd87fbdef5e510310464b02a75fb32f72f74 (patch) | |
tree | 3ebe61e2af07c1c7e241f00f043bb43a90fd9503 /a2x.py | |
parent | 334b4aed32f5e1b0952445b3b4e6b3e133063565 (diff) | |
download | asciidoc-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-x | a2x.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |