From 2699053c4e28a643be47ea44fbe97cbab36f252e Mon Sep 17 00:00:00 2001 From: Stephan Heunis Date: Tue, 9 Jan 2024 14:23:13 +0100 Subject: [PATCH] add versioneer update to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f650866..e97a6956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,7 @@ - Updates required fields in schemas, specifically removing `name` from the list of required fields of the dataset schema and adding `metadata_sources` to the list of required fields of both the dataset and file schemas - Adds ability for `schema_utils` to return a base metadata item with specific keys excluded. PR [#379](/~https://github.com/datalad/datalad-catalog/pull/379) (by [@jsheunis](/~https://github.com/jsheunis)) - Have a single implementation of assigning sources by @yarikoptic. PR [#356](/~https://github.com/datalad/datalad-catalog/pull/356) +- Update `versioneer` from old 0.18 to 0.23, to fix the build error `AttributeError: module 'configparser' has no attribute 'SafeConfigParser'` resulting from incompatibility of older version with python 3.12. PR [#408](/~https://github.com/datalad/datalad-catalog/pull/408) (by [@jsheunis](/~https://github.com/jsheunis)) ### Authors: 3