From ad4fdeadcaa3f63b3709932015ec65a95e750306 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 7 Dec 2017 13:43:08 -0500 Subject: Upped version to 2.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. --- docs/change_log/index.md | 4 +++- markdown/__version__.py | 2 +- mkdocs.yml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/change_log/index.md b/docs/change_log/index.md index 8f921e1..5821ff6 100644 --- a/docs/change_log/index.md +++ b/docs/change_log/index.md @@ -1,8 +1,10 @@ -title: Change Log +title: Change Log Python-Markdown Change Log ========================= +Dec 7, 2017: Released version 2.6.10 (a documentation update). + Aug 17, 2017: Released version 2.6.9 (a bug-fix release). Jan 25, 2017: Released version 2.6.8 (a bug-fix release). 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(): diff --git a/mkdocs.yml b/mkdocs.yml index dfecb3c..0d792cd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,7 +9,7 @@ use_directory_urls: true theme: name: nature icon: py.png - release: 2.6.9 + release: 2.6.10 issue_tracker: https://github.com/Python-Markdown/markdown/issues pages: -- cgit v1.2.3