We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c736d6f commit d28ff5cCopy full SHA for d28ff5c
CHANGES.md
@@ -1,5 +1,10 @@
1
# python-markdown2 Changelog
2
3
+## python-markdown2 2.5.2 (not yet released)
4
+
5
+(nothing yet)
6
7
8
## python-markdown2 2.5.1
9
10
- [pull #590] Fix underscores within bold text getting emphasized (#589)
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, 1)
+__version_info__ = (2, 5, 2)
112
__version__ = '.'.join(map(str, __version_info__))
113
__author__ = "Trent Mick"
114
0 commit comments