We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b45f0 commit 0ec9333Copy full SHA for 0ec9333
2 files changed
changelog
@@ -1,3 +1,10 @@
1
+Version 0.7, 2020-06-19
2
+=======================
3
+
4
+* This extension now requires Python ≥ 3.4 and Python-Markdown ≥ 3.0.
5
+* Fixed deprecation warnings with Python-Markdown 3.x.
6
+* Added support for GitLab-style delimiters.
7
8
Version 0.6, 2018-06-13
9
=======================
10
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = python-markdown-math
-version = 0.6
+version = 0.7
description = Math extension for Python-Markdown
long_description = file: README.md
long_description_content_type = text/markdown
0 commit comments