File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Changelog
44*unreleased *
55~~~~~~~~~~~~
66
7+ * Document calendar-based versioning scheme (:issue: `716 `)
78* Enforce that the entire marker string is parsed (:issue: `687 `)
89* Requirement parsing no longer automatically validates the URL (:issue: `120 `)
910* Canonicalize names for requirements comparison (:issue: `644 `)
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ Use ``pip`` to install these utilities::
3434
3535 pip install packaging
3636
37+ The ``packaging `` library uses calendar-based versioning (``YY.N ``).
38+
3739Discussion
3840----------
3941
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ You can install packaging with ``pip``:
1515
1616 $ pip install packaging
1717
18+ The ``packaging `` library uses calendar-based versioning (``YY.N ``).
19+
1820
1921.. toctree ::
2022 :maxdepth: 1
You can’t perform that action at this time.
0 commit comments