Skip to content
Prev Previous commit
pypandoc v1.16.2
  • Loading branch information
JessicaTegner committed Nov 13, 2025
commit eaafdbe39a8a5446a639c15c24c87d71c2b106e4
2 changes: 1 addition & 1 deletion pypandoc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
__author_email__ = "jessica@jessicategner.com"
__maintainer__ = "Jessica Tegner"
__url__ = "https://github.com/JessicaTegner/pypandoc"
__version__ = "1.16.1"
__version__ = "1.16.2"
__license__ = "MIT"
__description__ = "Thin wrapper for pandoc."
__python_requires__ = ">=3.7"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pypandoc"
version = "1.16.1"
version = "1.16.2"
description = "Thin wrapper for pandoc"
authors = ["JessicaTegner <jessica@jessicategner.com>"]
license = "MIT"
Expand Down