Skip to content

Commit

Permalink
prepare a new release (#192)
Browse files Browse the repository at this point in the history
* remove left-over mentions of `importlib-metadata`

* reword a changelog entry

* fill in the release date
  • Loading branch information
keewis authored Nov 4, 2023
1 parent 093452d commit 38dec9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ Dependencies:
- `rich`_
- `tomli`_
- `pathspec`_
- `importlib-metadata`_ for ``python < 3.8``

.. _more-itertools: https://github.com/more-itertools/more-itertools
.. _rich: https://github.com/textualize/rich
.. _tomli: https://github.com/hukkin/tomli
.. _pathspec: https://github.com/cpburnz/python-pathspec
.. _importlib-metadata: https://github.com/python/importlib_metadata

Install it with:

Expand Down
6 changes: 3 additions & 3 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog
=========
v0.3.9 (*unreleased*)
---------------------
v0.3.9 (04 November 2023)
-------------------------
- support synchronizing the version of the ``black`` hook in more cases (:pull:`180`)
- document the ``pre-commit`` hooks (:issue:`176`, :pull:`181`)
- officially support python 3.12 (:pull:`185`)
- officially support running on python 3.12 (:pull:`185`)
- drop support for running on python 3.7 (:pull:`186`)

v0.3.8 (03 November 2022)
Expand Down
2 changes: 0 additions & 2 deletions doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Its dependencies are:
- `rich`_
- `tomli`_
- `pathspec`_
- `importlib-metadata`_ (on **python** < 3.8)


To install it, use
Expand All @@ -28,4 +27,3 @@ or with ``conda``:
.. _rich: https://rich.readthedocs.io/en/latest/
.. _tomli: https://github.com/hukkin/tomli
.. _pathspec: https://python-path-specification.readthedocs.io/en/latest/
.. _importlib-metadata: https://importlib-metadata.readthedocs.io/en/latest/

0 comments on commit 38dec9d

Please sign in to comment.