summaryrefslogtreecommitdiff
path: root/asciidoc.py
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2011-08-25 09:43:40 +1200
committerStuart Rackham <srackham@methods.co.nz>2011-08-25 09:43:40 +1200
commit6f7114b3ed7aa898233c9ea19b60bbb0c8a61251 (patch)
treef8ccd5f9d4602883945bdc7ed069765dfc03801e /asciidoc.py
parent3b1807a7df747ebd388473195f4f6f416076ea54 (diff)
downloadasciidoc-6f7114b3ed7aa898233c9ea19b60bbb0c8a61251.tar.gz
Bumped version number.
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 52e70e1..8c35cb3 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.5' # See CHANGLOG file for version history.
+VERSION = '8.6.6' # See CHANGLOG file for version history.
MIN_PYTHON_VERSION = 2.4 # Require this version of Python or better.