Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24841f commit bc821ecCopy full SHA for bc821ec
CHANGES.md
@@ -1,5 +1,10 @@
1
# python-markdown2 Changelog
2
3
+## python-markdown2 2.3.1 (not yet released)
4
+
5
+(nothing yet)
6
7
8
## python-markdown2 2.3.0
9
10
- New "tables" extra for table syntax that matches GFM
lib/markdown2.py
@@ -85,7 +85,7 @@
85
# not yet sure if there implications with this. Compare 'pydoc sre'
86
# and 'perldoc perlre'.
87
88
-__version_info__ = (2, 3, 0)
+__version_info__ = (2, 3, 1)
89
__version__ = '.'.join(map(str, __version_info__))
90
__author__ = "Trent Mick"
91
0 commit comments