From 38dec9d46943a64cabaa411b2ee851110b419f34 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Sat, 4 Nov 2023 17:57:32 +0100 Subject: [PATCH] prepare a new release (#192) * remove left-over mentions of `importlib-metadata` * reword a changelog entry * fill in the release date --- README.rst | 2 -- doc/changelog.rst | 6 +++--- doc/installing.rst | 2 -- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 47ba969..eaf6e44 100644 --- a/README.rst +++ b/README.rst @@ -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: diff --git a/doc/changelog.rst b/doc/changelog.rst index d7ef591..7c19552 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -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) diff --git a/doc/installing.rst b/doc/installing.rst index 5dbd5c0..f5439b1 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -7,7 +7,6 @@ Its dependencies are: - `rich`_ - `tomli`_ - `pathspec`_ -- `importlib-metadata`_ (on **python** < 3.8) To install it, use @@ -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/