We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d009fd commit 132573cCopy full SHA for 132573c
pypandoc/__init__.py
@@ -13,7 +13,7 @@
13
from .py3compat import cast_bytes, cast_unicode, string_types, url2path, urlparse
14
15
__author__ = u'Juho Vepsäläinen'
16
-__version__ = '1.4'
+__version__ = '1.5'
17
__license__ = 'MIT'
18
__all__ = ['convert', 'convert_file', 'convert_text',
19
'get_pandoc_formats', 'get_pandoc_version', 'get_pandoc_path',
0 commit comments