diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-10-23 08:36:34 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-10-23 08:36:34 +0800 |
| commit | 9a289258074fbf92a64186274067a46f7b27666e (patch) | |
| tree | 82e54bf25d169a43cfd0c068fc966cb75555dc30 /gitdb/__init__.py | |
| parent | 47a74ca590efbdc3ae59277a491562efa7acc605 (diff) | |
| download | gitdb-4.0.8.tar.gz | |
Drop support for python 3.4/3.5; make use of smmap 5.0 which does the same4.0.8
Diffstat (limited to 'gitdb/__init__.py')
| -rw-r--r-- | gitdb/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitdb/__init__.py b/gitdb/__init__.py index bef9696..0d936db 100644 --- a/gitdb/__init__.py +++ b/gitdb/__init__.py @@ -30,7 +30,7 @@ _init_externals() __author__ = "Sebastian Thiel" __contact__ = "byronimo@gmail.com" __homepage__ = "https://github.com/gitpython-developers/gitdb" -version_info = (4, 0, 7) +version_info = (4, 0, 8) __version__ = '.'.join(str(i) for i in version_info) |
