diff --git a/CHANGELOG.md b/CHANGELOG.md index 65b2843..da10fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 0.9.3 (Wed Nov 10 2021) + +#### 🐛 Bug Fix + +- RF: move (and minimal RF) get_func_kwargs_doc from core [#113](https://github.com/datalad/datalad-crawler/pull/113) ([@yarikoptic](https://github.com/yarikoptic)) + +#### Authors: 1 + +- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic)) + +--- + # 0.9.2 (Fri Nov 05 2021) #### 🐛 Bug Fix diff --git a/datalad_crawler/version.py b/datalad_crawler/version.py index a2fecb4..c598173 100644 --- a/datalad_crawler/version.py +++ b/datalad_crawler/version.py @@ -1 +1 @@ -__version__ = "0.9.2" +__version__ = "0.9.3"