Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/oda_reader/dac1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down