Skip to content

Commit 4294e98

Browse files
committed
Updated gitpython to 2.1.9 and bumped version
1 parent 2ac37ae commit 4294e98

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

arca/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
__all__ = ["Arca", "BaseBackend", "VenvBackend", "DockerBackend", "Result", "Task", "CurrentEnvironmentBackend",
99
"RequirementsStrategy", "VagrantBackend"]
10-
__version__ = "0.1.0"
10+
__version__ = "0.1.1"

docs/changes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
0.1.1 (2018-04-23)
5+
******************
6+
7+
Updated gitpython to 2.1.9
8+
49
0.1.0 (2018-04-18)
510
******************
611

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def long_description():
2020

2121
setup(
2222
name="arca",
23-
version="0.1.0",
23+
version="0.1.1",
2424
author="Mikuláš Poul",
2525
author_email="[email protected]",
2626
description="A library for running Python functions (callables) from git repositories "
@@ -31,7 +31,7 @@ def long_description():
3131
packages=find_packages(),
3232
long_description=long_description(),
3333
install_requires=[
34-
"gitpython==2.1.7",
34+
"gitpython==2.1.9",
3535
"dogpile.cache==0.6.4",
3636
"requests",
3737
"docker~=3.1.0",

0 commit comments

Comments
 (0)