Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Dec 4, 2022
1 parent a8a5c6f commit 6f04876
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 20.1.0 - [48](https://github.com/digitalaotearoa/openfisca-aotearoa/pull/48)

* Test case.
* Impacted periods: none.
* Impacted areas: `tests/accommodation_supplement`
* Details:
- Add Peta's story
- Add Kai's story

# 20.0.0 - [43](https://github.com/govzeroaotearoa/openfisca-aotearoa/pull/43)
* Added variables:
- `sole_parent_support__requirement`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,28 @@
2022-W49: [145.54, 0]
family_tax_credit:
2022: [6623.80, 0]


- name: >
BenefitMe
Kai's Story
period: 2022-12-05
relative_error_margin: 0.001
input:
persons:
Kai:
age:
day:2022-01-01:365: 23
accommodation_costs:
week:2022-W01:52: 350
accommodation_type:
week:2022-W01:52: board
accommodation_supplement__area_of_residence:
week:2022-W01:52: area_2
accommodation_supplement__cash_assets:
2022-W49: 800
jobseeker_support__entitled:
week:2022-W01:52: true
output:
accommodation_supplement:
2022-W49: 105.00
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name = "OpenFisca-Aotearoa",
version = "20.0.0",
version = "20.1.0",
author = "Digital Aotearoa Collective, originally a New Zealand Government, Service Innovation Lab project",
description = "OpenFisca tax and benefit system for Aotearoa",
classifiers = [
Expand Down

0 comments on commit 6f04876

Please sign in to comment.