diff --git a/NEWS.rst b/NEWS.rst index d5506b3..7120128 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,11 @@ Version History =============== +Version 0.2.0 (2018-06-22): + * Remove katex_macros option + * Document all configuration settings + * Automatic setting of delimiters for KaTeX auto-renderer + Version 0.1.6 (2018-04-12): * Equation numbering across pages with sphinx>=1.7 * KaTeX version 0.9.0 diff --git a/sphinxcontrib/katex.py b/sphinxcontrib/katex.py index a04abf2..07497d9 100644 --- a/sphinxcontrib/katex.py +++ b/sphinxcontrib/katex.py @@ -23,7 +23,7 @@ from sphinx.ext.mathbase import get_node_equation_number -__version__ = '0.1.6' +__version__ = '0.2.0' filename_css = 'katex-math.css' filename_autorenderer = 'katex_autorenderer.js'