Skip to content

Commit e48a04d

Browse files
NicklasTegnerNicklasTegner
authored andcommitted
pypandoc v1.8
1 parent 14ffc7e commit e48a04d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pypandoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from .py3compat import cast_bytes, cast_unicode, string_types, url2path, urlparse
1818

1919
__author__ = u'Juho Vepsäläinen'
20-
__version__ = '1.8.dev0'
20+
__version__ = '1.8'
2121
__license__ = 'MIT'
2222
__all__ = ['convert_file', 'convert_text',
2323
'get_pandoc_formats', 'get_pandoc_version', 'get_pandoc_path',

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pypandoc"
3-
version = "1.8.dev0"
3+
version = "1.8"
44
description = "Thin wrapper for pandoc"
55
authors = ["NicklasTegner <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)