Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jun 22, 2018
1 parent 564ca80 commit 72136a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/katex.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 72136a3

Please sign in to comment.