From e48a04dd446539fea9d158ad1982080c021cd50a Mon Sep 17 00:00:00 2001 From: NicklasTegner Date: Tue, 10 May 2022 23:26:35 +0200 Subject: [PATCH] pypandoc v1.8 --- pypandoc/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pypandoc/__init__.py b/pypandoc/__init__.py index 748fe6f..1dfc822 100644 --- a/pypandoc/__init__.py +++ b/pypandoc/__init__.py @@ -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', diff --git a/pyproject.toml b/pyproject.toml index 9509d18..4efaa06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pypandoc" -version = "1.8.dev0" +version = "1.8" description = "Thin wrapper for pandoc" authors = ["NicklasTegner "] license = "MIT"