From c81fd18dd0d330c80c950d2ba25bdb9ee5159ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Tue, 20 Sep 2022 20:08:00 +0200 Subject: [PATCH] Prepare for release --- README.rst | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 227dffa..6db8648 100644 --- a/README.rst +++ b/README.rst @@ -221,7 +221,7 @@ To work around API limitation, you must first generate a Changes ======= -2.x.y (unreleased) +3.0.0 (2022-09-20) ------------------ * When updating remotes the log message now states ``Updating remote`` instead of ``Remote remote`` diff --git a/setup.py b/setup.py index 5b84c5d..7eb5b64 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', "Topic :: Utilities", "Topic :: System :: Shells", ],