Thanks to visit codestin.com Credit goes to github.com
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 c25e73a commit dd9fd2bCopy full SHA for dd9fd2b
CHANGES.md
@@ -1,5 +1,10 @@
1
# python-markdown2 Changelog
2
3
+## python-markdown2 2.4.5 (not yet released)
4
+
5
+(nothing yet)
6
7
8
## python-markdown2 2.4.4
9
10
- [pull #439] Fix TypeError if html-classes extra is None
lib/markdown2.py
@@ -98,7 +98,7 @@
98
# not yet sure if there implications with this. Compare 'pydoc sre'
99
# and 'perldoc perlre'.
100
101
-__version_info__ = (2, 4, 4)
+__version_info__ = (2, 4, 5)
102
__version__ = '.'.join(map(str, __version_info__))
103
__author__ = "Trent Mick"
104
0 commit comments