@@ -16,18 +16,18 @@ See our [Release Policy](releases.md) as well.
1616
1717## Version Format
1818
19- Each project uses versions that follow the [ PEP 440] [ ] format. Stable releases
19+ Each project uses versions that follow the [ PEP 440] format. Stable releases
2020have three numbers, ` A.B.C ` . We follow a version scheme similar to Python
2121itself.
2222
23- * The ` A ` number is considered a "milestone" release. It increases rarely, and
24- indicates a significant change in the project's structure or capabilities.
25- * The ` B ` number is considered a "feature" release. Increasing this number
26- indicates adding new features, and may deprecate existing code or remove
27- previously deprecated code.
28- * The ` C ` number is considered a "fix" release. Increasing this number indicates
29- changes to fix bugs or security issues, and will not intentionally break
30- public APIs.
23+ - The ` A ` number is considered a "milestone" release. It increases rarely, and
24+ indicates a significant change in the project's structure or capabilities.
25+ - The ` B ` number is considered a "feature" release. Increasing this number
26+ indicates adding new features, and may deprecate existing code or remove
27+ previously deprecated code.
28+ - The ` C ` number is considered a "fix" release. Increasing this number
29+ indicates changes to fix bugs or security issues, and will not intentionally
30+ break public APIs.
3131
3232## Public API, Deprecations, and Removals
3333
@@ -50,7 +50,7 @@ migrations.
5050
5151## Pinning Versions and Constraints
5252
53- When writing an application, you * must* use a tool like [ pip-compile] [ ] to pin
53+ When writing an application, you * must* use a tool like [ pip-compile] to pin
5454your application's full dependency tree. This gives you reproducible
5555deployments, allowing you to control when you get updates.
5656
@@ -75,11 +75,11 @@ versions as `major.major.patch` if you need to use SemVer in other contexts.
7575
7676Please see any of the following resources for more information:
7777
78- * < https://hynek.me/articles/semver-will-not-save-you/ >
79- * < https://www.youtube.com/watch?v=WSVFw-3ssXM&t >
80- * < https://snarky.ca/why-i-dont-like-semver/ >
81- * < https://caremad.io/posts/2016/02/versioning-software/ >
82- * < https://bernat.tech/posts/version-numbers/ >
83- * < https://iscinumpy.dev/post/bound-version-constraints/ >
78+ - < https://hynek.me/articles/semver-will-not-save-you/ >
79+ - < https://www.youtube.com/watch?v=WSVFw-3ssXM&t >
80+ - < https://snarky.ca/why-i-dont-like-semver/ >
81+ - < https://caremad.io/posts/2016/02/versioning-software/ >
82+ - < https://bernat.tech/posts/version-numbers/ >
83+ - < https://iscinumpy.dev/post/bound-version-constraints/ >
8484
8585[ PEP 440 ] : https://peps.python.org/pep-0440/
0 commit comments