Skip to content

Commit 28f7a3f

Browse files
NicklasTegnerNicklasTegner
authored andcommitted
Fixed JessicaTegner#253 - v1.7.4
1 parent 2b80a08 commit 28f7a3f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

‎poetry.lock‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pypandoc/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from .py3compat import cast_bytes, cast_unicode, string_types, url2path, urlparse
1616

1717
__author__ = u'Juho Vepsäläinen'
18-
__version__ = '1.7.3'
18+
__version__ = '1.7.4'
1919
__license__ = 'MIT'
2020
__all__ = ['convert', 'convert_file', 'convert_text',
2121
'get_pandoc_formats', 'get_pandoc_version', 'get_pandoc_path',

‎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.7.2"
3+
version = "1.7.4"
44
description = "Thin wrapper for pandoc"
55
authors = ["NicklasTegner <NicklasMCHD@live.dk>"]
66
license = "MIT"

‎release.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is the internal checklist, so that @janschulz doesn't have to do another br
44

55
- checkout `git fetch origin && git checkout origin/master`
66
- run the tests (on windows): `python tests.py` -> everything ok?
7-
- increment the version in `pypandoc/__init__.py`, commit with `git commit -m "pypandoc vx.x.x"`
7+
- increment the version in `pypandoc/__init__.py` and `pyproject.toml`, commit with `git commit -m "pypandoc vx.x.x"`
88
- tag the version: `git tag -a vx.x.x`, write a nice version message summarizing new features
99
- push directly to the repo (registered as `orig_write` in my setup): `git push orig_write HEAD:master --tags`
1010
- build the sdist file: `python setup.py sdist`

0 commit comments

Comments
 (0)