Skip to content

Commit

Permalink
MNT: Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleam committed Nov 12, 2019
1 parent 23d9ea7 commit e1e1bd8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is a high level and scarce summary of the changes between releases. We
would recommend to consult log of the [DataLad git
repository](http://github.com/datalad/datalad-container) for more details.

## unreleased () --
## 0.5.2 (Nov 12, 2019) --

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion datalad_container/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.1'
__version__ = '0.5.2'
20 changes: 16 additions & 4 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,21 @@ We would recommend to consult log of the `DataLad git
repository <http://github.com/datalad/datalad-container>`__ for more
details.

0.5.2 (Nov 12, 2019) –
----------------------

Fixes
~~~~~

- The Docker adapter unconditionally called ``docker run`` with
``--interactive`` and ``--tty`` even when stdin was not attached to a
TTY, leading to an error.

0.5.1 (Nov 08, 2019) –
----------------------

.. _fixes-1:

Fixes
~~~~~

Expand All @@ -38,7 +50,7 @@ New features
- The default result renderer for ``containers-list`` is now a custom
renderer that includes the container name in the output.

.. _fixes-1:
.. _fixes-2:

Fixes
~~~~~
Expand Down Expand Up @@ -67,7 +79,7 @@ New features
- During execution, ``containers-run`` now sets the environment
variable ``DATALAD_CONTAINER_NAME`` to the name of the container.

.. _fixes-2:
.. _fixes-3:

Fixes
~~~~~
Expand All @@ -84,7 +96,7 @@ Fixes
0.3.1 (Mar 05, 2019) – Upgrayeddd
---------------------------------

.. _fixes-3:
.. _fixes-4:

Fixes
~~~~~
Expand Down Expand Up @@ -165,7 +177,7 @@ API changes
- Use “name” instead of “label” for referring to a container (e.g.
``containers-run -n ...`` instead of ``containers-run -l``.

.. _fixes-4:
.. _fixes-5:

Fixes
~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def setup(sphinx):
# The short X.Y version.
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.5.1'
release = '0.5.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit e1e1bd8

Please sign in to comment.