Skip to content

Commit fc96b46

Browse files
authored
Up version to 2.6.11 (Python-Markdown#620)
1 parent 1de595a commit fc96b46

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/change_log/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Change Log
33
Python-Markdown Change Log
44
=========================
55

6+
Jan 4, 2018: Released version 2.6.11 (a bug-fix release). Added a new
7+
`BACKLINK-TITLE` option to the footnote extension so that non-English
8+
users can provide a custom title to back links (see #610).
9+
610
Dec 7, 2017: Released version 2.6.10 (a documentation update).
711

812
Aug 17, 2017: Released version 2.6.9 (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, 10, 'final', 0)
8+
version_info = (2, 6, 11, '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.10
12+
release: 2.6.11
1313
issue_tracker: https://github.com/Python-Markdown/markdown/issues
1414

1515
pages:

0 commit comments

Comments
 (0)