Skip to content

Commit

Permalink
Document use of calendar-based versioning scheme (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
faph committed Sep 2, 2023
1 parent c1346df commit 39786bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Expand Up @@ -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`)
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -34,6 +34,8 @@ Use ``pip`` to install these utilities::

pip install packaging

The ``packaging`` library uses calendar-based versioning (``YY.N``).

Discussion
----------

Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Expand Up @@ -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
Expand Down

0 comments on commit 39786bb

Please sign in to comment.