Skip to content

Commit 06c6f0a

Browse files
committed
pypandoc v1.16.1
1 parent a44afee commit 06c6f0a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Print Python Information
3737
run: python -VV
38+
- name: Specify tinytex mirror (CTAN_REPO)
39+
run: |
40+
echo "CTAN_REPO=https://mirrors.ctan.org/" >> $GITHUB_ENV
3841
- name: install TinyTeX
3942
uses: r-lib/actions/setup-tinytex@v2
4043
- name: Install and configure Poetry

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.16"
21+
__version__ = "1.16.1"
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"
3+
version = "1.16.1"
44
description = "Thin wrapper for pandoc"
55
authors = ["JessicaTegner <jessica@jessicategner.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)