diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-01-10 21:10:34 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-01-10 21:10:34 +0800 |
| commit | 851beabc93319d8dd05bff211b13d2b35ef097e0 (patch) | |
| tree | 4cca31c6be5b2cf6509b6d9c24e7ae17abc03edb | |
| parent | e16a0040d07afa4ac9c0548aa742ec18ec1395a8 (diff) | |
| download | gitpython-851beabc93319d8dd05bff211b13d2b35ef097e0.tar.gz | |
bump patch level3.1.26
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | doc/source/changes.rst | 12 |
2 files changed, 12 insertions, 2 deletions
@@ -1 +1 @@ -3.1.25 +3.1.26 diff --git a/doc/source/changes.rst b/doc/source/changes.rst index d955aebe..82106ee4 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -1,6 +1,16 @@ ========= Changelog -========= + +3.1.26 +====== + +- Fixes a leaked file descriptor when reading the index, which would cause make writing a previously + read index on windows impossible. + See https://github.com/gitpython-developers/GitPython/issues/1395 for details. + +See the following for all changes. +https://github.com/gitpython-developers/gitpython/milestone/56?closed=1 + 3.1.25 ====== |
