We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5f07e commit 6621827Copy full SHA for 6621827
CHANGES.md
@@ -1,5 +1,10 @@
1
# python-markdown2 Changelog
2
3
+## python-markdown2 2.5.5 (not yet released)
4
+
5
+(nothing yet)
6
7
8
## python-markdown2 2.5.4
9
10
- [pull #617] Add MarkdownFileLinks extra (#528)
lib/markdown2.py
@@ -109,7 +109,7 @@
109
# not yet sure if there implications with this. Compare 'pydoc sre'
110
# and 'perldoc perlre'.
111
112
-__version_info__ = (2, 5, 4)
+__version_info__ = (2, 5, 5)
113
__version__ = '.'.join(map(str, __version_info__))
114
__author__ = "Trent Mick"
115
0 commit comments