Skip to content

Commit 1a078c0

Browse files
committed
pypandoc v1.14
1 parent e8c40b9 commit 1a078c0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pypandoc/__init__.py

+1-1
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.13'
24+
__version__ = '1.14'
2525
__license__ = 'MIT'
2626
__description__ = "Thin wrapper for pandoc."
2727
__python_requires__ = ">=3.6"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pypandoc"
3-
version = "1.13"
3+
version = "1.14"
44
description = "Thin wrapper for pandoc"
55
authors = ["JessicaTegner <jessica.tegneroutlook.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)