From f44216f98142bbdf84dbfc2ec6711f6cd846421a Mon Sep 17 00:00:00 2001 From: Bjorn Date: Fri, 18 Oct 2024 13:24:47 +0200 Subject: [PATCH] Sigh. missing files... --- CHANGELOG.md | 4 ++++ README.rst | 3 +++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e7805..3c12ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2.0.0 + +Python 3.8+ only. + ## v1.10.12 Fix bug where sys.real_prefix had disappeared diff --git a/README.rst b/README.rst index 873c76b..42d0b1a 100644 --- a/README.rst +++ b/README.rst @@ -347,6 +347,8 @@ eg. the output from ``pydeps --show-deps ..`` looks like this:: Version history --------------- +**Version 2.0.0** Python 3.8+ only. Thanks to timhoffm_ for the PR. + **Version 1.12.19** Thanks to wiguwbe_ for a PR that fixes an inconsistency with the ``--no-dot`` flag. @@ -502,3 +504,4 @@ Contributing .. _septatrix: https://github.com/septatrix .. _sheromon: https://github.com/sheromon .. _wiguwbe: https://github.com/Wiguwbe +.. _timhoffm: https://github.com/timhoffm