We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb9542 commit a3b766bCopy full SHA for a3b766b
CHANGES.md
@@ -1,5 +1,10 @@
1
# python-markdown2 Changelog
2
3
+## python-markdown2 2.5.4 (not yet released)
4
+
5
+(nothing yet)
6
7
8
## python-markdown2 2.5.3
9
10
- [pull #616] make tables without body gfm compatible
lib/markdown2.py
@@ -108,7 +108,7 @@
108
# not yet sure if there implications with this. Compare 'pydoc sre'
109
# and 'perldoc perlre'.
110
111
-__version_info__ = (2, 5, 3)
+__version_info__ = (2, 5, 4)
112
__version__ = '.'.join(map(str, __version_info__))
113
__author__ = "Trent Mick"
114
0 commit comments