Skip to content

Commit 9475b0f

Browse files
committed
pypandoc v1.15
1 parent 5704b06 commit 9475b0f

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__ = "[email protected]"
2222
__maintainer__ = u'Jessica Tegner'
2323
__url__ = 'https://github.com/JessicaTegner/pypandoc'
24-
__version__ = '1.14'
24+
__version__ = '1.15'
2525
__license__ = 'MIT'
2626
__description__ = "Thin wrapper for pandoc."
2727
__python_requires__ = ">=3.7"

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

0 commit comments

Comments
 (0)