Skip to content

Commit 5348c62

Browse files
committed
pypandoc v1.11
1 parent 6a8f6ab commit 5348c62

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
@@ -21,7 +21,7 @@
2121
__author_email__ = "bebraw@gmail.com"
2222
__maintainer__ = u'Jessica Tegner'
2323
__url__ = 'https://github.com/JessicaTegner/pypandoc'
24-
__version__ = '1.10'
24+
__version__ = '1.11'
2525
__license__ = 'MIT'
2626
__description__ = "Thin wrapper for pandoc."
2727
__python_requires__ = ">=3.6"

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.10"
3+
version = "1.11"
44
description = "Thin wrapper for pandoc"
55
authors = ["JessicaTegner <jessica.tegneroutlook.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)