Skip to content

Commit 3280242

Browse files
NicklasTegnerNicklasTegner
authored andcommitted
fixed JessicaTegner#247 - bumped version to 1.7.2
1 parent 9ee6698 commit 3280242

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎pypandoc/__init__.py‎

Lines changed: 1 addition & 1 deletion
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.7.1'
16+
__version__ = '1.7.2'
1717
__license__ = 'MIT'
1818
__all__ = ['convert', 'convert_file', 'convert_text',
1919
'get_pandoc_formats', 'get_pandoc_version', 'get_pandoc_path',

‎pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pypandoc"
3-
version = "1.7.0"
3+
version = "1.7.2"
44
description = "Thin wrapper for pandoc"
55
authors = ["NicklasTegner <NicklasMCHD@live.dk>"]
66
license = "MIT"
@@ -41,7 +41,7 @@ include = [
4141
]
4242

4343
[tool.poetry.dependencies]
44-
python = "^3"
44+
python = "^2.7 || ^3.6"
4545

4646
[tool.poetry.dev-dependencies]
4747

0 commit comments

Comments
 (0)