This pull request includes updates to the version number and enhancements to donor and recipient groupings in the oda_data package. The most important changes include updating version numbers, adding new donor and recipient groupings, and documenting these changes in the changelog.
This pull request includes updates to the version number and enhancements to donor and recipient groupings in the
oda_data
package. The most important changes include updating version numbers, adding new donor and recipient groupings, and documenting these changes in the changelog.Version updates:
.bumpversion.cfg
: Updatedcurrent_version
from 1.4.1 to 1.4.2.docs/source/conf.py
: Updatedrelease
from 1.4.1 to 1.4.2.oda_data/__init__.py
: Updated__version__
from 1.4.1 to 1.4.2.pyproject.toml
: Updatedversion
from 1.4.1 to 1.4.2.Enhancements to donor and recipient groupings:
oda_data/settings/donor_groupings.json
: Added new private donors under theprivate_donors
section.oda_data/settings/recipient_groupings.json
: Added new regional groupings for recipients such as Middle Africa, Southern Africa, Central America, and more. [1] [2] [3]Documentation updates:
CHANGELOG.md
: Documented the changes in version 1.4.2, including fixes to donor and recipient groupings to align with recent schemas.