From 88da3b08eb85cfc8eb126da62f4b1e7db39eed8c Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Thu, 13 Feb 2020 17:00:58 +0100 Subject: [PATCH] Release 0.6.0 --- NEWS.rst | 7 +++++++ sphinxcontrib/katex.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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'