Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDXDSYS-1692 fix admin2 ref logic, fix case when resource is deleted … #51

Merged
merged 1 commit into from
Jan 24, 2025
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.10.34] = 2025-01-23

### Changed

- Rewrite admin2 ref from row logic with test
- Fix case when country resource is deleted after 3w global dataset updated
- Read admin 3 rows into operational presence

## [0.10.33] = 2025-01-22

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ filelock==3.17.0
# via virtualenv
frictionless==5.18.0
# via hdx-python-utilities
google-auth==2.37.0
google-auth==2.38.0
# via
# google-auth-oauthlib
# gspread
Expand Down Expand Up @@ -295,7 +295,7 @@ xlrd3==1.1.0
# via libhxl
xlsx2csv==0.8.4
# via hdx-python-utilities
xlsxwriter==3.2.0
xlsxwriter==3.2.1
# via tableschema-to-template
xlwt==1.3.0
# via hdx-python-utilities
Loading
Loading