diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6255260a..c1eb10b7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,7 @@ Changelog *unreleased* ~~~~~~~~~~~~ +* Document calendar-based versioning scheme (:issue:`716`) * Enforce that the entire marker string is parsed (:issue:`687`) * Requirement parsing no longer automatically validates the URL (:issue:`120`) * Canonicalize names for requirements comparison (:issue:`644`) diff --git a/README.rst b/README.rst index e8bebe74..4e01206a 100644 --- a/README.rst +++ b/README.rst @@ -34,6 +34,8 @@ Use ``pip`` to install these utilities:: pip install packaging +The ``packaging`` library uses calendar-based versioning (``YY.N``). + Discussion ---------- diff --git a/docs/index.rst b/docs/index.rst index 6850e9e8..e658ec08 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,6 +15,8 @@ You can install packaging with ``pip``: $ pip install packaging +The ``packaging`` library uses calendar-based versioning (``YY.N``). + .. toctree:: :maxdepth: 1