We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f057c78 commit 8f5283fCopy full SHA for 8f5283f
pymdownx/__meta__.py
@@ -185,5 +185,5 @@ def parse_version(ver, pre=False):
185
return Version(major, minor, micro, release, pre, post, dev)
186
187
188
-__version_info__ = Version(10, 6, 0, "final")
+__version_info__ = Version(10, 7, 0, "final")
189
__version__ = __version_info__._get_canonical()
0 commit comments