aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2017-12-07 13:43:08 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2017-12-07 13:50:03 -0500
commitad4fdeadcaa3f63b3709932015ec65a95e750306 (patch)
tree40ca1e928349015bcf06b993d112ce81ce9478b4 /markdown
parentb62ddeda02fadcd09def9354eb2ef46a7562a106 (diff)
downloadmarkdown-ad4fdeadcaa3f63b3709932015ec65a95e750306.tar.gz
markdown-ad4fdeadcaa3f63b3709932015ec65a95e750306.tar.bz2
markdown-ad4fdeadcaa3f63b3709932015ec65a95e750306.zip
Upped version to 2.6.102.6.10
This version was released to force PyPI to point to the new docs location. Closes #601. The old PyPI hosted docs can be deleted after this.
Diffstat (limited to 'markdown')
-rw-r--r--markdown/__version__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/__version__.py b/markdown/__version__.py
index 346f8e1..855b8fa 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, 9, 'final', 0)
+version_info = (2, 6, 10, 'final', 0)
def _get_version():