@@ -346,7 +346,7 @@ with no arguments. See help (`tox -h`) for more options.
346
346
Python-Markdown follows [ Semantic Versioning] and uses the
347
347
` MAJOR.MINOR.PATCH[.dev#|a#|b#|rc#] ` format for identifying releases. The status
348
348
of 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
350
350
that tuple will automatically be converted into a normalized version which
351
351
conforms to [ PEP 440] . An invalid ` __version_info__ ` tuple will raise an error,
352
352
preventing the library from running and the package from building.
@@ -398,7 +398,7 @@ following steps:
398
398
2 . Confirm that the release notes and change log have been updated and indicate
399
399
the date of the new release.
400
400
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 ] .
402
402
403
403
4 . Build a local copy of the documentation, browse through the pages and
404
404
confirm that no obvious issues exist with the documentation.
@@ -509,7 +509,7 @@ label from the same group.
509
509
[ aspell ] : http://aspell.net/
510
510
[ test tools ] : test_tools.md
511
511
[ 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
513
513
[ PEP 440 ] : https://www.python.org/dev/peps/pep-0440/
514
514
[ PyPI ] : https://pypi.org/project/Markdown/
515
515
[ Python-Markdown/Python-Markdown.github.io ] : https://github.com/Python-Markdown/Python-Markdown.github.io
0 commit comments