Skip to content

Commit 57d3f75

Browse files
committed
bump patch level; mark travis-ci as unused
1 parent e6cc702 commit 57d3f75

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# NOT USED, just for reference. See github actions for CI configuration
12
language: python
23
python:
34
- "3.4"

Diff for: gitdb/ext/smmap

Submodule smmap updated from d076f66 to f4d7a58

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__author__ = "Sebastian Thiel"
88
__contact__ = "byronimo@gmail.com"
99
__homepage__ = "https://github.com/gitpython-developers/gitdb"
10-
version_info = (4, 0, 2)
10+
version_info = (4, 0, 3)
1111
__version__ = '.'.join(str(i) for i in version_info)
1212

1313
setup(

0 commit comments

Comments
 (0)