aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2016-09-23 20:06:51 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2016-09-23 20:06:51 -0400
commit6e15290aba4352451e432f2f1722a2ccb0088fee (patch)
tree6099e2a0233704e974ce35e395a6ae920970a2f8
parent5881ae5235de7e8d57703aa33f49ed5fe7b79fee (diff)
downloadmarkdown-2.6.7-final.tar.gz
markdown-2.6.7-final.tar.bz2
markdown-2.6.7-final.zip
Up version to 2.6.72.6.7-final
-rw-r--r--docs/change_log.txt2
-rw-r--r--markdown/__version__.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/change_log.txt b/docs/change_log.txt
index b95ede4..847046d 100644
--- a/docs/change_log.txt
+++ b/docs/change_log.txt
@@ -7,6 +7,8 @@ next_url: release-2.6.html
Python-Markdown Change Log
=========================
+Sept 23, 2016: Released version 2.6.7 (a bug-fix release).
+
Mar 20, 2016: Released version 2.6.6 (a bug-fix release).
Nov 24, 2015: Released version 2.6.5 (a bug-fix release).
diff --git a/markdown/__version__.py b/markdown/__version__.py
index d5bbed4..339f039 100644
--- a/markdown/__version__.py
+++ b/markdown/__version__.py
@@ -5,7 +5,7 @@
# (major, minor, micro, alpha/beta/rc/final, #)
# (1, 1, 2, 'alpha', 0) => "1.1.2.dev"
# (1, 2, 0, 'beta', 2) => "1.2b2"
-version_info = (2, 6, 6, 'final', 0)
+version_info = (2, 6, 7, 'final', 0)
def _get_version():