diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-02-28 12:49:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 12:49:08 +0800 |
commit | 0eec9b86a81693d2b2d18ea651b1a0b5df521266 (patch) | |
tree | 5e7d93998a037a7ba2939f2a96f8ab95102ff4ff /doc/source/changes.rst | |
parent | b3778ec37d17a6eb781fa9c6b5e2009fa7542d77 (diff) | |
parent | 803aca26d3f611f7dfd7148f093f525578d609ef (diff) | |
download | gitpython-0eec9b86a81693d2b2d18ea651b1a0b5df521266.tar.gz |
Merge pull request #1184 from Yobmod/main
Add python 3.9
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r-- | doc/source/changes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 86cc5f37..cfb7f1fa 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -7,6 +7,7 @@ Changelog * git.Commit objects now have a ``replace`` method that will return a copy of the commit with modified attributes. +* Add python 3.9 support 3.1.13 ====== |