From 0913e51760d45c4ad016198fc35c865bddd8e460 Mon Sep 17 00:00:00 2001 From: auto Date: Mon, 19 Apr 2021 18:01:32 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 12 ++++++++++++ datalad_container/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f110754..96ddd719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 1.1.4 (Mon Apr 19 2021) + +#### 🐛 Bug Fix + +- BF+RF: no need to pandoc long description for pypi + correctly boost MODULE/version.py for the release [#152](https://github.com/datalad/datalad-container/pull/152) ([@yarikoptic](https://github.com/yarikoptic)) + +#### Authors: 1 + +- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic)) + +--- + # 1.1.3 (Thu Apr 15 2021) #### 🐛 Bug Fix diff --git a/datalad_container/version.py b/datalad_container/version.py index 7b344eca..c72e3798 100644 --- a/datalad_container/version.py +++ b/datalad_container/version.py @@ -1 +1 @@ -__version__ = '1.1.2' +__version__ = "1.1.4"