From 2d15c5a601e698e8f7859e821950cad0701b756d Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 18 Sep 2021 09:30:26 +0800 Subject: =?UTF-8?q?prepare=20new=20release,=20bump=20version=20patch=20lev?= =?UTF-8?q?el=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …which could probably have been a minor version last time. --- doc/source/changes.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'doc/source/changes.rst') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index ac73b172..4186ac91 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,9 +2,19 @@ Changelog ========= -3.1.23 + +3.1.24 ====== +* Newly added timeout flag is not be enabled by default, and was renamed to kill_after_timeout + +See the following for details: +https://github.com/gitpython-developers/gitpython/milestone/54?closed=1 +https://github.com/gitpython-developers/gitpython/milestone/53?closed=1 + +3.1.23 (YANKED) +=============== + * This is the second typed release with a lot of improvements under the hood. * General: @@ -45,7 +55,7 @@ Changelog - Add timeout to handle_process_output(), in case thread.join() hangs. See the following for details: -https://github.com/gitpython-developers/gitpython/milestone/52?closed=1 +https://github.com/gitpython-developers/gitpython/milestone/53?closed=1 3.1.20 (YANKED) -- cgit v1.2.1