Skip to content

Commit

Permalink
Updated gitpython to 2.1.9 and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicz committed Apr 23, 2018
1 parent 2ac37ae commit 4294e98
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__all__ = ["Arca", "BaseBackend", "VenvBackend", "DockerBackend", "Result", "Task", "CurrentEnvironmentBackend",
"RequirementsStrategy", "VagrantBackend"]
__version__ = "0.1.0"
__version__ = "0.1.1"
5 changes: 5 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

0.1.1 (2018-04-23)
******************

Updated gitpython to 2.1.9

0.1.0 (2018-04-18)
******************

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def long_description():

setup(
name="arca",
version="0.1.0",
version="0.1.1",
author="Mikuláš Poul",
author_email="[email protected]",
description="A library for running Python functions (callables) from git repositories "
Expand All @@ -31,7 +31,7 @@ def long_description():
packages=find_packages(),
long_description=long_description(),
install_requires=[
"gitpython==2.1.7",
"gitpython==2.1.9",
"dogpile.cache==0.6.4",
"requests",
"docker~=3.1.0",
Expand Down

0 comments on commit 4294e98

Please sign in to comment.