We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5704b06 commit 9475b0fCopy full SHA for 9475b0f
pypandoc/__init__.py
@@ -21,7 +21,7 @@
21
__author_email__ = "[email protected]"
22
__maintainer__ = u'Jessica Tegner'
23
__url__ = 'https://github.com/JessicaTegner/pypandoc'
24
-__version__ = '1.14'
+__version__ = '1.15'
25
__license__ = 'MIT'
26
__description__ = "Thin wrapper for pandoc."
27
__python_requires__ = ">=3.7"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pypandoc"
3
-version = "1.14"
+version = "1.15"
4
description = "Thin wrapper for pandoc"
5
authors = ["JessicaTegner <jessica.tegneroutlook.com>"]
6
license = "MIT"
0 commit comments