Skip to content

Commit

Permalink
Update UK data to 1.8 (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff authored Oct 22, 2024
1 parent 87d2b8d commit b19b040
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.9.0] - 2024-10-22 08:36:24

### Changed

- UK data updated to 1.8.0.

## [2.8.0] - 2024-10-21 13:04:20

### Fixed
Expand Down Expand Up @@ -1530,6 +1536,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[2.9.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.8.0...2.9.0
[2.8.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.7.0...2.8.0
[2.7.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.6.0...2.7.0
[2.6.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.5.0...2.6.0
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1284,3 +1284,8 @@
fixed:
- Adjusted private school attendance factor to 0.85.
date: 2024-10-21 13:04:20
- bump: minor
changes:
changed:
- UK data updated to 1.8.0.
date: 2024-10-22 08:36:24
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="PolicyEngine-UK",
version="2.8.0",
version="2.9.0",
author="PolicyEngine",
author_email="[email protected]",
classifiers=[
Expand All @@ -27,7 +27,7 @@
],
install_requires=[
"PolicyEngine-Core>=3.6.4",
"PolicyEngine-UK-Data>=1.6,<1.7",
"PolicyEngine-UK-Data>=1.8,<1.9",
"microdf_python",
],
extras_require={
Expand Down

0 comments on commit b19b040

Please sign in to comment.