diff --git a/NEWS.rst b/NEWS.rst index 1dc62a2..116efa1 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,11 @@ Version History =============== +Version 0.5.0 (2019-07-25): + * Switch to Katex 0.10.2 (#17) + * Add katex server side pre-rendering (#15) + * Remove deprecated Sphinx setup_math (#10) + Version 0.4.1 (2019-01-08): * Fix macros example in documentation diff --git a/sphinxcontrib/katex.py b/sphinxcontrib/katex.py index 5be2505..cd50a30 100644 --- a/sphinxcontrib/katex.py +++ b/sphinxcontrib/katex.py @@ -23,7 +23,7 @@ from sphinx.util.osutil import copyfile -__version__ = '0.4.1' +__version__ = '0.5.0' katex_version = '0.10.2' filename_css = 'katex-math.css' filename_autorenderer = 'katex_autorenderer.js'