Skip to content

Commit eaafdbe

Browse files
committed
pypandoc v1.16.2
1 parent 5face72 commit eaafdbe

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
@@ -18,7 +18,7 @@
1818
__author_email__ = "[email protected]"
1919
__maintainer__ = "Jessica Tegner"
2020
__url__ = "https://github.com/JessicaTegner/pypandoc"
21-
__version__ = "1.16.1"
21+
__version__ = "1.16.2"
2222
__license__ = "MIT"
2323
__description__ = "Thin wrapper for pandoc."
2424
__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.16.1"
3+
version = "1.16.2"
44
description = "Thin wrapper for pandoc"
55
authors = ["JessicaTegner <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)