Skip to content

Commit 9014d15

Browse files
committed
Bump version and update changelog
1 parent cdd21a8 commit 9014d15

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
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.1"
9+
__version__ = "0.3.2"

docs/changes.rst

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

4+
0.3.2 (2019-11-23)
5+
******************
6+
7+
Changes:
8+
* Moved the project under organisation Pyvec.
9+
* Changed the Docker registry for the base images to `arcaoss/arca`.
10+
* Fixed unicode paths to repositories (`#60 <https://github.com/mikicz/pyvec/issues/60>`_)
11+
412
0.3.1 (2018-11-16)
513
******************
614

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

12-
Changes
20+
Changes:
1321
* Removed CurrentEnvironmentBackend's capability to process requirements - all requirements are ignored. (**BACKWARDS INCOMPATIBLE**)
1422
* Added support for installing requirements using `Pipenv <https://docs.pipenv.org/>`_.
1523
The directory containing ``Pipfile`` and ``Pipfile.lock`` is set by the backend option **pipfile_location**, by default the root of the repository is selected.

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.1",
23+
version="0.3.2",
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)