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 6a8f6ab commit 5348c62Copy full SHA for 5348c62
pypandoc/__init__.py
@@ -21,7 +21,7 @@
21
__author_email__ = "bebraw@gmail.com"
22
__maintainer__ = u'Jessica Tegner'
23
__url__ = 'https://github.com/JessicaTegner/pypandoc'
24
-__version__ = '1.10'
+__version__ = '1.11'
25
__license__ = 'MIT'
26
__description__ = "Thin wrapper for pandoc."
27
__python_requires__ = ">=3.6"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pypandoc"
3
-version = "1.10"
+version = "1.11"
4
description = "Thin wrapper for pandoc"
5
authors = ["JessicaTegner <jessica.tegneroutlook.com>"]
6
license = "MIT"
0 commit comments