Skip to content
Snippets Groups Projects
Commit 0f90c743 authored by TANIGUCHI Takaki's avatar TANIGUCHI Takaki :soccer:
Browse files

New upstream version 4.0.5

parent bc55292e
No related branches found
No related tags found
No related merge requests found
Metadata-Version: 1.2
Name: gitdb
Version: 4.0.4
Version: 4.0.5
Summary: Git Object Database
Home-page: https://github.com/gitpython-developers/gitdb
Author: Sebastian Thiel
......
......@@ -52,10 +52,6 @@ DEVELOPMENT
.. image:: https://github.com/gitpython-developers/gitdb/workflows/Python%20package/badge.svg
:target: https://github.com/gitpython-developers/gitdb/actions
.. image:: https://ci.appveyor.com/api/projects/status/2qa4km4ln7bfv76r/branch/master?svg=true&passingText=windows%20OK&failingText=windows%20failed
:target: https://ci.appveyor.com/project/ankostis/gitpython/branch/master)
.. image:: https://coveralls.io/repos/gitpython-developers/gitdb/badge.png
:target: https://coveralls.io/r/gitpython-developers/gitdb
The library is considered mature, and not under active development. It's primary (known) use is in git-python.
......
Metadata-Version: 1.2
Name: gitdb
Version: 4.0.4
Version: 4.0.5
Summary: Git Object Database
Home-page: https://github.com/gitpython-developers/gitdb
Author: Sebastian Thiel
......
......@@ -30,7 +30,7 @@ _init_externals()
__author__ = "Sebastian Thiel"
__contact__ = "byronimo@gmail.com"
__homepage__ = "https://github.com/gitpython-developers/gitdb"
version_info = (4, 0, 4)
version_info = (4, 0, 5)
__version__ = '.'.join(str(i) for i in version_info)
......
......@@ -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, 4)
version_info = (4, 0, 5)
__version__ = '.'.join(str(i) for i in version_info)
setup(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment