From d869b14e55b8199306651c4bc7f26bd23ae02187 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Mon, 25 Sep 2023 16:46:44 +0200 Subject: [PATCH] Update changelog alongside minor fixups --- CHANGELOG | 9 +++++++++ MANIFEST.in | 2 +- changelog.d/pr-76.md | 3 --- changelog.d/templates/new_fragment.md.j2 | 4 ++-- docs/source/conf.py | 2 +- 5 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 changelog.d/pr-76.md diff --git a/CHANGELOG b/CHANGELOG index 7a1599d..c6b5701 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +0.2.1 (Sep 25, 2023) -- maintenance + +- Minimal port of the test battery to pytest. + +- Bump dependency on DataLad to v0.18, for pytest compatible test helpers. + +- Minor updates of CI setup and packaging, following updates in the + DataLad extension template. + 0.2 (Sep 30, 2021) -- hackathon!! - The first actual release of this extension. It is the outcome of Juelich diff --git a/MANIFEST.in b/MANIFEST.in index 56b19e9..619d544 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,7 @@ include CONTRIBUTORS LICENSE versioneer.py include datalad_xnat/_version.py graft _datalad_buildsupport -graft datalad_helloworld +graft datalad_xnat graft docs prune docs/build global-exclude *.py[cod] diff --git a/changelog.d/pr-76.md b/changelog.d/pr-76.md deleted file mode 100644 index 1c0bba0..0000000 --- a/changelog.d/pr-76.md +++ /dev/null @@ -1,3 +0,0 @@ -### 🐛 Bug Fixes - -- Appveyor setup: use venv in favor of virtualenv. [PR #76](https://github.com/datalad/datalad-extension-template/pull/76) (by [@yarikoptic](https://github.com/yarikoptic)) diff --git a/changelog.d/templates/new_fragment.md.j2 b/changelog.d/templates/new_fragment.md.j2 index 27d0e93..93182d3 100644 --- a/changelog.d/templates/new_fragment.md.j2 +++ b/changelog.d/templates/new_fragment.md.j2 @@ -4,7 +4,7 @@ ### {{ cat }} - Describe change, possibly reference closed/related issue/PR. - Fixes https://github.com/datalad/datalad-helloworld/issues/XXX via - https://github.com/datalad/datalad-helloworld/pull/XXX (by [@GITHUBHANDLE](https://github.com/GITHUBHANDLE)) + Fixes https://github.com/datalad/datalad-xnat/issues/XXX via + https://github.com/datalad/datalad-xnat/pull/XXX (by [@GITHUBHANDLE](https://github.com/GITHUBHANDLE)) --> {% endfor -%} diff --git a/docs/source/conf.py b/docs/source/conf.py index 6d5b672..acd87b9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# datalad_helloworld documentation build configuration file, created by +# datalad_xnat documentation build configuration file, created by # sphinx-quickstart on Tue Oct 13 08:41:19 2015. # # This file is execfile()d with the current directory set to its