From ebcba6dc8e0c8b4d5faa72b0d30facb1a3ae54f6 Mon Sep 17 00:00:00 2001 From: NicklasTegner Date: Fri, 2 Jul 2021 21:50:29 +0200 Subject: [PATCH] Updated travis config again --- .travis.yml | 2 +- pypandoc/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2993415..9055a48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ deploy: provider: pypi distributions: sdist user: __token__ - password: $pypi_token + password: $PYPI_TOKEN on: tags: true repo: NicklasTegner/pypandoc diff --git a/pypandoc/__init__.py b/pypandoc/__init__.py index 5ecd271..837fbbc 100644 --- a/pypandoc/__init__.py +++ b/pypandoc/__init__.py @@ -13,7 +13,7 @@ from .py3compat import cast_bytes, cast_unicode, string_types, url2path, urlparse __author__ = u'Juho Vepsäläinen' -__version__ = '1.6.2' +__version__ = '1.6.3' __license__ = 'MIT' __all__ = ['convert', 'convert_file', 'convert_text', 'get_pandoc_formats', 'get_pandoc_version', 'get_pandoc_path',