summaryrefslogtreecommitdiff
path: root/asciidoc.py
diff options
context:
space:
mode:
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 6128173..d1a8929 100755
--- a/asciidoc.py
+++ b/asciidoc.py
@@ -9,7 +9,7 @@ under the terms of the GNU General Public License (GPL).
import sys, os, re, time, traceback, tempfile, subprocess, codecs, locale, unicodedata, copy
### Used by asciidocapi.py ###
-VERSION = '8.6.8' # See CHANGLOG file for version history.
+VERSION = '8.6.9' # See CHANGLOG file for version history.
MIN_PYTHON_VERSION = '2.4' # Require this version of Python or better.