File tree 2 files changed +9
-3
lines changed
src/hapi/pipelines/configs
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## [ 0.9.32] - 2024-07-17
8
+
9
+ ### Fixed
10
+
11
+ - HND population resource names have been updated
12
+
7
13
## [ 0.9.31] - 2024-07-15
8
14
9
15
### Changed
Original file line number Diff line number Diff line change @@ -652,7 +652,7 @@ population_national:
652
652
653
653
population_hnd :
654
654
dataset : " cod-ps-hnd"
655
- resource : " hnd_admpop_adm0_2022 .csv"
655
+ resource : " hnd_admpop_adm0_2024 .csv"
656
656
format : " csv"
657
657
use_hxl : False
658
658
admin_single : " HND"
@@ -1613,7 +1613,7 @@ population_adminone:
1613
1613
1614
1614
population_hnd :
1615
1615
dataset : " cod-ps-hnd"
1616
- resource : " hnd_admpop_adm1_2022 .csv"
1616
+ resource : " hnd_admpop_adm1_2024 .csv"
1617
1617
format : " csv"
1618
1618
use_hxl : False
1619
1619
admin :
@@ -2563,7 +2563,7 @@ population_admintwo:
2563
2563
2564
2564
population_hnd :
2565
2565
dataset : " cod-ps-hnd"
2566
- resource : " hnd_admpop_adm2_2022 .csv"
2566
+ resource : " hnd_admpop_adm2_2024 .csv"
2567
2567
format : " csv"
2568
2568
use_hxl : False
2569
2569
admin :
You can’t perform that action at this time.
0 commit comments