diff --git a/CHANGELOG.md b/CHANGELOG.md index 1865bdff..4006c5c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ would recommend to consult log of the [Git repository](http://github.com/psychoinformatics-de/datalad-hirni) for more details. +## 0.0.6 (April 6, 2020) +- update dependencies so everything works with current datalad 0.12.5 + ## 0.0.5 (January 8, 2020) - lots of bugfixes - enhance documentation diff --git a/README.md b/README.md index aa28ab21..c168ecf1 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,4 @@ Federal Ministry of Education and Research (BMBF 01GQ1411). Additional support is provided by the German federal state of Saxony-Anhalt and the European Regional Development Fund (ERDF), Project: Center for Behavioral Brain Sciences, Imaging Platform. + diff --git a/datalad_hirni/version.py b/datalad_hirni/version.py index eead3198..fa9c4ec2 100644 --- a/datalad_hirni/version.py +++ b/datalad_hirni/version.py @@ -1 +1 @@ -__version__ = '0.0.5' +__version__ = '0.0.6' diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 794cef72..33873b67 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -16,6 +16,11 @@ We would recommend to consult log of the `Git repository `__ for more details. +0.0.6 (April 6, 2020) +--------------------- + +- update dependencies so everything works with current datalad 0.12.5 + 0.0.5 (January 8, 2020) -----------------------