Skip to content

Commit 4802a82

Browse files
committed
pypandoc v1.16
1 parent bcd3a2a commit 4802a82

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-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__ = "jessica@jessicategner.com"
1919
__maintainer__ = "Jessica Tegner"
2020
__url__ = "https://github.com/JessicaTegner/pypandoc"
21-
__version__ = "1.15"
21+
__version__ = "1.16"
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.15"
3+
version = "1.16"
44
description = "Thin wrapper for pandoc"
55
authors = ["JessicaTegner <jessica@jessicategner.com>"]
66
license = "MIT"

release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ This is the internal checklist, so that @janschulz doesn't have to do another br
88
- tag the version: `git tag -a vx.x.x`, write a nice version message summarizing new features
99
- push directly to the repo: `git push; git push --tags`
1010
- celebrate :-)
11+

0 commit comments

Comments
 (0)