Skip to content

Commit

Permalink
Bump UK data (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff authored Oct 17, 2024
1 parent 660db83 commit 8962733
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.3.0] - 2024-10-17 10:47:06

### Changed

- UK-data bumped to 1.5.

## [2.2.0] - 2024-10-16 11:52:07

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



[2.3.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.2.0...2.3.0
[2.2.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.1.1...2.2.0
[2.1.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.0.0...2.1.0
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1254,3 +1254,8 @@
fixed:
- Add employer NI incidence.
date: 2024-10-16 11:52:07
- bump: minor
changes:
changed:
- UK-data bumped to 1.5.
date: 2024-10-17 10:47:06
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.2.0",
version="2.3.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.4,<1.5",
"PolicyEngine-UK-Data>=1.5,<1.6",
"microdf_python",
],
extras_require={
Expand Down

0 comments on commit 8962733

Please sign in to comment.