diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-23 09:24:44 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-23 09:24:44 +0800 |
| commit | 169dbcf930c21c08c66961fc43105cee8f5653d0 (patch) | |
| tree | 8d32f807fdb1bc699b77d5182571e4b1418cd9ad /gitdb | |
| parent | 139811a89279482c4df9cddb7d7e69d2e2c36c47 (diff) | |
| download | gitdb-3.0.3.tar.gz | |
Bump version to v3.0.3; update changelog3.0.3
https://github.com/gitpython-developers/gitdb/issues/59
Diffstat (limited to 'gitdb')
| -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 5a52cf2..6b35a2d 100644 --- a/gitdb/__init__.py +++ b/gitdb/__init__.py @@ -29,7 +29,7 @@ _init_externals() __author__ = "Sebastian Thiel" __contact__ = "byronimo@gmail.com" __homepage__ = "https://github.com/gitpython-developers/gitdb" -version_info = (3, 0, 2) +version_info = (3, 0, 3) __version__ = '.'.join(str(i) for i in version_info) |
