Skip to content

Commit

Permalink
bump patch level; mark travis-ci as unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Apr 11, 2020
1 parent e6cc702 commit 57d3f75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# NOT USED, just for reference. See github actions for CI configuration
language: python
python:
- "3.4"
Expand Down
2 changes: 1 addition & 1 deletion gitdb/ext/smmap
Submodule smmap updated from d076f6 to f4d7a5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__author__ = "Sebastian Thiel"
__contact__ = "[email protected]"
__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(
Expand Down

0 comments on commit 57d3f75

Please sign in to comment.