Skip to content

Commit 8d1288c

Browse files
committed
0.3.1.1
1 parent 4ed6478 commit 8d1288c

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

mkdocs_combine/cli/mkdocscombine.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import mkdocs_combine
2727
from mkdocs_combine.exceptions import FatalError
2828

29-
__version__ = '0.3.0.0'
29+
__version__ = '0.3.1.1'
3030

3131

3232
def stdout_file(encoding):
@@ -149,12 +149,8 @@ def main():
149149
convert_math=args.convert_math,
150150
add_chapter_heads=args.add_chapter_heads,
151151
increase_heads=args.increase_heads,
152-
<<<<<<< HEAD
153-
add_page_break=args.add_page_break
154-
=======
155152
add_page_break=args.add_page_break,
156153
convert_admonition_md=args.convert_admonition_md
157-
>>>>>>> 9025fb89486d088980606f0b7d9ce262741c24ed
158154
)
159155
except FatalError as e:
160156
print(e.message, file=sys.stderr)

setup.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,10 @@
1818
setup(
1919
name='mkdocs-combine',
2020

21-
<<<<<<< HEAD
2221
# Versions should comply with PEP440. For a discussion on single-sourcing
2322
# the version across setup.py and the project code, see
2423
# https://packaging.python.org/en/latest/single_source_version.html
25-
version='0.3.0.2',
26-
=======
27-
version='0.3.1.0',
28-
>>>>>>> 9025fb89486d088980606f0b7d9ce262741c24ed
24+
version='0.3.1.1',
2925

3026
description='Combines a MkDocs Markdown site into a single Markdown file',
3127

0 commit comments

Comments
 (0)