Skip to content

Commit 35c70ee

Browse files
committed
Upped version to 2.6.10
This version was released to force PyPI to point to the new docs location. Closes Python-Markdown#601. The old PyPI hosted docs can be deleted after this.
1 parent b62dded commit 35c70ee

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/change_log/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
title: Change Log
1+
title: Change Log
22

33
Python-Markdown Change Log
44
=========================
55

6+
Dec 7, 2017: Released version 2.6.10 (a documentation update).
7+
68
Aug 17, 2017: Released version 2.6.9 (a bug-fix release).
79

810
Jan 25, 2017: Released version 2.6.8 (a bug-fix release).

markdown/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# (major, minor, micro, alpha/beta/rc/final, #)
66
# (1, 1, 2, 'alpha', 0) => "1.1.2.dev"
77
# (1, 2, 0, 'beta', 2) => "1.2b2"
8-
version_info = (2, 6, 9, 'final', 0)
8+
version_info = (2, 6, 10, 'final', 0)
99

1010

1111
def _get_version():

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use_directory_urls: true
99
theme:
1010
name: nature
1111
icon: py.png
12-
release: 2.6.9
12+
release: 2.6.10
1313
issue_tracker: https://github.com/Python-Markdown/markdown/issues
1414

1515
pages:

0 commit comments

Comments
 (0)