diff --git a/NEWS.rst b/NEWS.rst index 424c265..5bcf529 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -7,6 +7,13 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. +Version 0.6.0 (2020-02-13) +-------------------------- + +* Changed: switch to Katex 0.11.1 +* Changed: add tests for Python 3.7 and 3.8 + + Version 0.5.1 (2019-08-13) -------------------------- diff --git a/sphinxcontrib/katex.py b/sphinxcontrib/katex.py index 623e495..0243c5e 100644 --- a/sphinxcontrib/katex.py +++ b/sphinxcontrib/katex.py @@ -23,7 +23,7 @@ from sphinx.util.osutil import copyfile -__version__ = '0.5.1' +__version__ = '0.6.0' katex_version = '0.11.1' filename_css = 'katex-math.css' filename_autorenderer = 'katex_autorenderer.js'