summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 14:35:01 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 14:35:01 +0800
commit57d3f7544820f9fd4202f4ebd0f198c43c8e575d (patch)
tree1f9b7856a03917290ed976a5531f39460a53381d
parente6cc702bf8fdd5e742ed77d607e7b697d27bcfef (diff)
downloadgitdb-57d3f7544820f9fd4202f4ebd0f198c43c8e575d.tar.gz
bump patch level; mark travis-ci as unused4.0.3
-rw-r--r--.travis.yml1
m---------gitdb/ext/smmap0
-rwxr-xr-xsetup.py2
3 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 17d6380..b980d36 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,4 @@
+# NOT USED, just for reference. See github actions for CI configuration
language: python
python:
- "3.4"
diff --git a/gitdb/ext/smmap b/gitdb/ext/smmap
-Subproject d076f665dae16bd03eeb9df862860d54968eda8
+Subproject f4d7a58b4d96200cd057a38a0758d3c84901f57
diff --git a/setup.py b/setup.py
index d110099..e8f8d68 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ from setuptools import setup
__author__ = "Sebastian Thiel"
__contact__ = "byronimo@gmail.com"
__homepage__ = "https://github.com/gitpython-developers/gitdb"
-version_info = (4, 0, 2)
+version_info = (4, 0, 3)
__version__ = '.'.join(str(i) for i in version_info)
setup(