Skip to content

Commit

Permalink
Release version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jankatins committed Apr 13, 2020
1 parent 4d009fd commit 132573c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypandoc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .py3compat import cast_bytes, cast_unicode, string_types, url2path, urlparse

__author__ = u'Juho Vepsäläinen'
__version__ = '1.4'
__version__ = '1.5'
__license__ = 'MIT'
__all__ = ['convert', 'convert_file', 'convert_text',
'get_pandoc_formats', 'get_pandoc_version', 'get_pandoc_path',
Expand Down

0 comments on commit 132573c

Please sign in to comment.