Skip to content

Commit d027c20

Browse files
committed
version bumped, README reflect change in new version
1 parent 28c9879 commit d027c20

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ download_pandoc()
6363
The default install location is included in the search path for `pandoc`, so you
6464
don't need to add it to `PATH`.
6565

66+
By default, the latest pandoc version is installed. If you want to specify your own version, say 1.19.1, use `download_pandoc(version='1.19.1')` instead.
67+
6668
#### Installing pandoc manually
6769

6870
Installing manually via the system mechanism is also possible. Such installation mechanism

‎pypandoc/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from pypandoc.pandoc_download import DEFAULT_TARGET_FOLDER, download_pandoc
1515

1616
__author__ = u'Juho Vepsäläinen'
17-
__version__ = '1.3.2'
17+
__version__ = '1.4'
1818
__license__ = 'MIT'
1919
__all__ = ['convert', 'convert_file', 'convert_text',
2020
'get_pandoc_formats', 'get_pandoc_version', 'get_pandoc_path',

0 commit comments

Comments
 (0)