Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicz committed Nov 16, 2018
1 parent f69d324 commit e67fdc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__all__ = ["Arca", "BaseBackend", "VenvBackend", "DockerBackend", "Result", "Task", "CurrentEnvironmentBackend",
"VagrantBackend"]
__version__ = "0.3.0"
__version__ = "0.3.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.3.1 (2018-11-16)
******************

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>`_)

0.3.0 (2018-08-25)
******************

Expand Down
2 changes: 1 addition & 1 deletion 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.3.0",
version="0.3.1",
author="Mikuláš Poul",
author_email="mikulaspoul@gmail.com",
description="A library for running Python functions (callables) from git repositories "
Expand Down

0 comments on commit e67fdc0

Please sign in to comment.