summaryrefslogtreecommitdiff
path: root/doc/source/changes.rst
diff options
context:
space:
mode:
authoryobmod <yobmod@gmail.com>2021-02-26 15:07:29 +0000
committeryobmod <yobmod@gmail.com>2021-02-26 15:07:29 +0000
commit803aca26d3f611f7dfd7148f093f525578d609ef (patch)
tree5e7d93998a037a7ba2939f2a96f8ab95102ff4ff /doc/source/changes.rst
parentf9b0e75c07ccbf90a9f2e67873ffbe672bb1a859 (diff)
downloadgitpython-803aca26d3f611f7dfd7148f093f525578d609ef.tar.gz
add python 3.9 support
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r--doc/source/changes.rst1
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
======