We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85366c commit c90c999Copy full SHA for c90c999
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(7, 1, 0, ".dev")
+__version_info__ = Version(7, 1, 0, "final")
189
__version__ = __version_info__._get_canonical()
0 commit comments