Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd9fd2b

Browse files
committed
prep for future dev
1 parent c25e73a commit dd9fd2b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# python-markdown2 Changelog
22

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

510
- [pull #439] Fix TypeError if html-classes extra is None

lib/markdown2.py

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

101-
__version_info__ = (2, 4, 4)
101+
__version_info__ = (2, 4, 5)
102102
__version__ = '.'.join(map(str, __version_info__))
103103
__author__ = "Trent Mick"
104104

0 commit comments

Comments
 (0)