Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into tax-changes
  • Loading branch information
nikhilwoodruff committed Oct 19, 2024
2 parents 63fcd5e + a1d51f2 commit 3073cf9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.5.0] - 2024-10-19 19:53:35
## [2.5.0] - 2024-10-19 09:27:21

### Fixed
### Changed

- Budget change parameters moved to main codebase.
- HBAI income is used for poverty rates.
- UK data package bumped to 1.6.

## [2.4.0] - 2024-10-17 21:43:42

Expand Down
7 changes: 3 additions & 4 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,6 @@
date: 2024-10-17 21:43:42
- bump: minor
changes:
fixed:
- Budget change parameters moved to main codebase.
- HBAI income is used for poverty rates.
date: 2024-10-19 19:53:35
changed:
- UK data package bumped to 1.6.
date: 2024-10-19 09:27:21
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
install_requires=[
"PolicyEngine-Core>=3.6.4",
"PolicyEngine-UK-Data>=1.5,<1.6",
"PolicyEngine-UK-Data>=1.6,<1.7",
"microdf_python",
],
extras_require={
Expand Down

0 comments on commit 3073cf9

Please sign in to comment.