@@ -346,7 +346,7 @@ with no arguments. See help (`tox -h`) for more options.
346346Python-Markdown follows [ Semantic Versioning] and uses the
347347` MAJOR.MINOR.PATCH[.dev#|a#|b#|rc#] ` format for identifying releases. The status
348348of the ` master ` branch should always be identified in the ` __version_info__ `
349- tuple defined in [ ` markdown/__init__ .py ` ] [ markdown/__init__ .py ] . The contents of
349+ tuple defined in [ ` markdown/__meta__ .py ` ] [ markdown/__meta__ .py ] . The contents of
350350that tuple will automatically be converted into a normalized version which
351351conforms to [ PEP 440] . An invalid ` __version_info__ ` tuple will raise an error,
352352preventing the library from running and the package from building.
@@ -398,7 +398,7 @@ following steps:
3983982 . Confirm that the release notes and change log have been updated and indicate
399399 the date of the new release.
400400
401- 3 . Update the version defined in [ ` markdown/__init__ .py ` ] [ markdown/__init__ .py ] .
401+ 3 . Update the version defined in [ ` markdown/__meta__ .py ` ] [ markdown/__meta__ .py ] .
402402
4034034 . Build a local copy of the documentation, browse through the pages and
404404 confirm that no obvious issues exist with the documentation.
@@ -509,7 +509,7 @@ label from the same group.
509509[ aspell ] : http://aspell.net/
510510[ test tools ] : test_tools.md
511511[ Semantic Versioning ] : https://semver.org/
512- [ markdown/__init__ .py ] : https://github.com/Python-Markdown/markdown/blob/master/markdown/__init__ .py#L43
512+ [ markdown/__meta__ .py ] : https://github.com/Python-Markdown/markdown/blob/master/markdown/__meta__ .py#L29
513513[ PEP 440 ] : https://www.python.org/dev/peps/pep-0440/
514514[ PyPI ] : https://pypi.org/project/Markdown/
515515[ Python-Markdown/Python-Markdown.github.io ] : https://github.com/Python-Markdown/Python-Markdown.github.io
0 commit comments