summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--doc/source/changes.rst14
2 files changed, 13 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 60b9d63b..05f5ca23 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.23
+3.1.24
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)