We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d6824 commit d242773Copy full SHA for d242773
3 files changed
changelog_entry.yaml
@@ -0,0 +1,4 @@
1
+- bump: patch
2
+ changes:
3
+ fixed:
4
+ - Incorrect variable usage in the UK package.
setup.py
@@ -24,7 +24,7 @@
24
"policyengine_canada==0.96.2",
25
"policyengine-ng==0.5.1",
26
"policyengine-il==0.1.0",
27
- "policyengine_uk==2.32.0",
+ "policyengine_uk==2.32.2",
28
"policyengine_us==1.309.0",
29
"policyengine_core>=3.16.6",
30
"policyengine>=0.3.0",
tests/data/uk_household.json
@@ -16,7 +16,7 @@
16
},
17
"households": {
18
"your household": {
19
- "BRMA": {
+ "brma": {
20
"2023": "MAIDSTONE"
21
22
"local_authority": {
0 commit comments