Skip to content

Commit b75eb21

Browse files
committed
prep for future dev
1 parent 3c151f3 commit b75eb21

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# python-markdown2 Changelog
22

3+
## python-markdown2 2.5.3 (not yet released)
4+
5+
(nothing yet)
6+
7+
38
## python-markdown2 2.5.2
49

510
- [pull #605] Add support for Python 3.13, drop EOL 3.8

lib/markdown2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
# not yet sure if there implications with this. Compare 'pydoc sre'
109109
# and 'perldoc perlre'.
110110

111-
__version_info__ = (2, 5, 2)
111+
__version_info__ = (2, 5, 3)
112112
__version__ = '.'.join(map(str, __version_info__))
113113
__author__ = "Trent Mick"
114114

0 commit comments

Comments
 (0)