Skip to content

Commit

Permalink
pypandoc v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NicklasTegner authored and NicklasTegner committed May 10, 2022
1 parent 14ffc7e commit e48a04d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pypandoc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from .py3compat import cast_bytes, cast_unicode, string_types, url2path, urlparse

__author__ = u'Juho Vepsäläinen'
__version__ = '1.8.dev0'
__version__ = '1.8'
__license__ = 'MIT'
__all__ = ['convert_file', 'convert_text',
'get_pandoc_formats', 'get_pandoc_version', 'get_pandoc_path',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pypandoc"
version = "1.8.dev0"
version = "1.8"
description = "Thin wrapper for pandoc"
authors = ["NicklasTegner <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e48a04d

Please sign in to comment.