Skip to content

Commit e67fdc0

Browse files
committed
Bumped version
1 parent f69d324 commit e67fdc0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

arca/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
__all__ = ["Arca", "BaseBackend", "VenvBackend", "DockerBackend", "Result", "Task", "CurrentEnvironmentBackend",
88
"VagrantBackend"]
9-
__version__ = "0.3.0"
9+
__version__ = "0.3.1"

docs/changes.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
0.3.1 (2018-11-16)
5+
******************
6+
7+
Raising a Arca exception when building of a Docker image fails. (`#56 <https://github.com/mikicz/arca/issues/56>`_, `#57 <https://github.com/mikicz/arca/pull/57>`_)
8+
49
0.3.0 (2018-08-25)
510
******************
611

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def long_description():
2020

2121
setup(
2222
name="arca",
23-
version="0.3.0",
23+
version="0.3.1",
2424
author="Mikuláš Poul",
2525
author_email="[email protected]",
2626
description="A library for running Python functions (callables) from git repositories "

0 commit comments

Comments
 (0)