From 51a24f000f9e220b2caee5fef3a033fa7c0d9ddd Mon Sep 17 00:00:00 2001 From: Jorge Rivera Date: Fri, 19 Dec 2025 14:31:48 +0100 Subject: [PATCH] update data flow --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- src/oda_reader/dac1.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1649a0..54af448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog for oda_reader +## 1.3.3 (2025-12-19) +- Reverts DAC1 dataflow version from 1.6 to 1.5 to ensure compatibility with published data. + ## 1.3.2 (2025-12-19) - Updates bulk file dataflow version to 1.6 to match OECD's latest schema. diff --git a/pyproject.toml b/pyproject.toml index 2edbec7..791dd4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "oda_reader" -version = "1.3.2" +version = "1.3.3" description = "A simple package to import ODA data from the OECD's API and AidData's database" readme = "README.md" license = "MIT" diff --git a/src/oda_reader/dac1.py b/src/oda_reader/dac1.py index 95cda2d..f3985b2 100644 --- a/src/oda_reader/dac1.py +++ b/src/oda_reader/dac1.py @@ -4,7 +4,7 @@ from oda_reader.download.download_tools import download DATAFLOW_ID: str = "DSD_DAC1@DF_DAC1" -DATAFLOW_VERSION: str = "1.6" +DATAFLOW_VERSION: str = "1.5" @cache_info