diff --git a/RELEASE.md b/RELEASE.md index 6f8cd53..436b514 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,8 @@ # Pandoc-Filter 0.2.x + +## Release 0.2.15 +Working on... + ## Release 0.2.14 - Modify `md2html_hash_anchor_and_internal_link_filter` to handle internal links within hexo tag plugins. diff --git a/src/pandoc_filter/version.py b/src/pandoc_filter/version.py index b9c9e8a..0bfd668 100644 --- a/src/pandoc_filter/version.py +++ b/src/pandoc_filter/version.py @@ -4,4 +4,4 @@ from .utils import check_pandoc_version check_pandoc_version(required_version='3.1.12.2') -__version__ = '0.2.14' \ No newline at end of file +__version__ = '0.2.15' \ No newline at end of file