Skip to content

Commit 132573c

Browse files
committed
Release version 1.5
1 parent 4d009fd commit 132573c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypandoc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .py3compat import cast_bytes, cast_unicode, string_types, url2path, urlparse
1414

1515
__author__ = u'Juho Vepsäläinen'
16-
__version__ = '1.4'
16+
__version__ = '1.5'
1717
__license__ = 'MIT'
1818
__all__ = ['convert', 'convert_file', 'convert_text',
1919
'get_pandoc_formats', 'get_pandoc_version', 'get_pandoc_path',

0 commit comments

Comments
 (0)