There was an error while loading. Please reload this page.
1 parent bcd3a2a commit 3281600Copy full SHA for 3281600
pypandoc/__init__.py
@@ -18,7 +18,7 @@
18
__author_email__ = "jessica@jessicategner.com"
19
__maintainer__ = "Jessica Tegner"
20
__url__ = "https://github.com/JessicaTegner/pypandoc"
21
-__version__ = "1.15"
+__version__ = "1.16"
22
__license__ = "MIT"
23
__description__ = "Thin wrapper for pandoc."
24
__python_requires__ = ">=3.7"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pypandoc"
3
-version = "1.15"
+version = "1.16"
4
description = "Thin wrapper for pandoc"
5
authors = ["JessicaTegner <jessica@jessicategner.com>"]
6
license = "MIT"
0 commit comments