Commit 8d1288c 1 parent 4ed6478 commit 8d1288c Copy full SHA for 8d1288c
File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 26
26
import mkdocs_combine
27
27
from mkdocs_combine .exceptions import FatalError
28
28
29
- __version__ = '0.3.0.0 '
29
+ __version__ = '0.3.1.1 '
30
30
31
31
32
32
def stdout_file (encoding ):
@@ -149,12 +149,8 @@ def main():
149
149
convert_math = args .convert_math ,
150
150
add_chapter_heads = args .add_chapter_heads ,
151
151
increase_heads = args .increase_heads ,
152
- << << << < HEAD
153
- add_page_break = args .add_page_break
154
- == == == =
155
152
add_page_break = args .add_page_break ,
156
153
convert_admonition_md = args .convert_admonition_md
157
- > >> >> >> 9025 fb89486d088980606f0b7d9ce262741c24ed
158
154
)
159
155
except FatalError as e :
160
156
print (e .message , file = sys .stderr )
Original file line number Diff line number Diff line change 18
18
setup (
19
19
name = 'mkdocs-combine' ,
20
20
21
- << << << < HEAD
22
21
# Versions should comply with PEP440. For a discussion on single-sourcing
23
22
# the version across setup.py and the project code, see
24
23
# https://packaging.python.org/en/latest/single_source_version.html
25
- version = '0.3.0.2' ,
26
- == == == =
27
- version = '0.3.1.0' ,
28
- >> >> >> > 9025 fb89486d088980606f0b7d9ce262741c24ed
24
+ version = '0.3.1.1' ,
29
25
30
26
description = 'Combines a MkDocs Markdown site into a single Markdown file' ,
31
27
You can’t perform that action at this time.
0 commit comments