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 433fad2 commit e6e23fdCopy full SHA for e6e23fd
setup.py
@@ -9,7 +9,7 @@
9
pkgmeta = {
10
'__title__': 'markdownify',
11
'__author__': 'Matthew Tretter',
12
- '__version__': '0.11.5',
+ '__version__': '0.11.6',
13
}
14
15
read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()
0 commit comments