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 349d96a commit d022ba9Copy full SHA for d022ba9
CHANGES.md
@@ -1,5 +1,10 @@
1
# python-markdown2 Changelog
2
3
+## python-markdown2 2.4.10 (not yet released)
4
+
5
+(nothing yet)
6
7
8
## python-markdown2 2.4.9
9
10
- [pull #500] Add `<thead>` tag to html-classes extra
lib/markdown2.py
@@ -99,7 +99,7 @@
99
# not yet sure if there implications with this. Compare 'pydoc sre'
100
# and 'perldoc perlre'.
101
102
-__version_info__ = (2, 4, 9)
+__version_info__ = (2, 4, 10)
103
__version__ = '.'.join(map(str, __version_info__))
104
__author__ = "Trent Mick"
105
0 commit comments