Skip to content

Commit e4495d2

Browse files
committed
Preparing new release
1 parent d1d0a10 commit e4495d2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ produces
112112

113113

114114
## ChangeLog
115+
### Version 0.7.0
116+
Modified to work with Python-Markdown 3.4. This makes the plugin
117+
incompatible with versions < 3.0.
115118
### Version 0.6.0
116119
- Added ability ot offset headers in the included file so they fall under the header level in which the include occurs
117120
- Add option to throw exception when can't find an include file (instead of printing a warning)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
name = 'markdown-include',
1313
packages = find_packages(),
14-
version = '0.6.0',
14+
version = '0.7.0',
1515
description = 'This is an extension to Python-Markdown which provides an "include" function, similar to that found in LaTeX (and also the C pre-processor and Fortran). I originally wrote it for my FORD Fortran auto-documentation generator.',
1616
long_description = long_description,
1717
author = 'Chris MacMackin',

0 commit comments

Comments
 (0)