Skip to content

Commit

Permalink
Quick 1,1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Jan 3, 2021
1 parent 0f41d68 commit 65a4cf4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ 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.

## 1.1.1 (January 03, 2021) --

- Drop use of `Runner` (to be removed in datalad 0.14.0) in favor of
`WitlessRunner`

## 1.1.0 (October 30, 2020) --

- Datalad version 0.13.0 or later is now required.
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__ = '1.1.0'
__version__ = '1.1.1'
6 changes: 6 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ We would recommend to consult log of the `DataLad git
repository <http://github.com/datalad/datalad-container>`__ for more
details.

1.1.1 (January 03, 2021) –
--------------------------

- Drop use of ``Runner`` (to be removed in datalad 0.14.0) in favor of
``WitlessRunner``

1.1.0 (October 30, 2020) –
--------------------------

Expand Down

0 comments on commit 65a4cf4

Please sign in to comment.