Skip to content

Commit 55a8d84

Browse files
committed
Bumped version and updated changelog
1 parent d7c9a60 commit 55a8d84

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/changes.rst

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

4-
0.3.0 (2018-08-??)
4+
0.3.0 (2018-08-25)
55
******************
66

77
Changes
88
* Removed CurrentEnvironmentBackend's capability to process requirements - all requirements are ignored. (**BACKWARDS INCOMPATIBLE**)
99
* Added support for installing requirements using `Pipenv <https://docs.pipenv.org/>`_.
1010
The directory containing ``Pipfile`` and ``Pipfile.lock`` is set by the backend option **pipfile_location**, by default the root of the repository is selected.
1111
The Pipenv files take precedence over regular requirement files.
12+
* The ``Result`` class now has two more attributes, ``stdout`` and ``stderr`` with the outputs of launched tasks to standard output and error.
13+
Priting is therefore now allowed in the endpoints.
14+
* Using UTF-8 locale in Docker images used in ``DockerBackend``.
15+
* Supporting Python 3.7.
1216

1317
0.2.1 (2018-06-11)
1418
******************

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