Skip to content

Commit ebcba6d

Browse files
NicklasTegnerNicklasTegner
NicklasTegner
authored and
NicklasTegner
committed
Updated travis config again
1 parent ed0568c commit ebcba6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ deploy:
3939
provider: pypi
4040
distributions: sdist
4141
user: __token__
42-
password: $pypi_token
42+
password: $PYPI_TOKEN
4343
on:
4444
tags: true
4545
repo: NicklasTegner/pypandoc

pypandoc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .py3compat import cast_bytes, cast_unicode, string_types, url2path, urlparse
1414

1515
__author__ = u'Juho Vepsäläinen'
16-
__version__ = '1.6.2'
16+
__version__ = '1.6.3'
1717
__license__ = 'MIT'
1818
__all__ = ['convert', 'convert_file', 'convert_text',
1919
'get_pandoc_formats', 'get_pandoc_version', 'get_pandoc_path',

0 commit comments

Comments
 (0)