Skip to content

Commit 4778c1f

Browse files
committed
Manually bump to 2.5.0
1 parent c7936a3 commit 4778c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/markdown2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
# not yet sure if there implications with this. Compare 'pydoc sre'
107107
# and 'perldoc perlre'.
108108

109-
__version_info__ = (2, 4, 14)
109+
__version_info__ = (2, 5, 0)
110110
__version__ = '.'.join(map(str, __version_info__))
111111
__author__ = "Trent Mick"
112112

0 commit comments

Comments
 (0)