Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicz committed Nov 23, 2019
1 parent cdd21a8 commit 9014d15
Show file tree
Hide file tree
Showing 3 changed files with 11 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 @@ -6,4 +6,4 @@

__all__ = ["Arca", "BaseBackend", "VenvBackend", "DockerBackend", "Result", "Task", "CurrentEnvironmentBackend",
"VagrantBackend"]
__version__ = "0.3.1"
__version__ = "0.3.2"
10 changes: 9 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes
=======

0.3.2 (2019-11-23)
******************

Changes:
* Moved the project under organisation Pyvec.
* Changed the Docker registry for the base images to `arcaoss/arca`.
* Fixed unicode paths to repositories (`#60 <https://github.com/mikicz/pyvec/issues/60>`_)

0.3.1 (2018-11-16)
******************

Expand All @@ -9,7 +17,7 @@ Raising a Arca exception when building of a Docker image fails. (`#56 <https://g
0.3.0 (2018-08-25)
******************

Changes
Changes:
* Removed CurrentEnvironmentBackend's capability to process requirements - all requirements are ignored. (**BACKWARDS INCOMPATIBLE**)
* Added support for installing requirements using `Pipenv <https://docs.pipenv.org/>`_.
The directory containing ``Pipfile`` and ``Pipfile.lock`` is set by the backend option **pipfile_location**, by default the root of the repository is selected.
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.1",
version="0.3.2",
author="Mikuláš Poul",
author_email="[email protected]",
description="A library for running Python functions (callables) from git repositories "
Expand Down

0 comments on commit 9014d15

Please sign in to comment.