We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c151f3 commit b75eb21Copy full SHA for b75eb21
CHANGES.md
@@ -1,5 +1,10 @@
1
# python-markdown2 Changelog
2
3
+## python-markdown2 2.5.3 (not yet released)
4
+
5
+(nothing yet)
6
7
8
## python-markdown2 2.5.2
9
10
- [pull #605] Add support for Python 3.13, drop EOL 3.8
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, 2)
+__version_info__ = (2, 5, 3)
112
__version__ = '.'.join(map(str, __version_info__))
113
__author__ = "Trent Mick"
114
0 commit comments