From a1d51f2b48687bfa5aca988e75b4a837d667d048 Mon Sep 17 00:00:00 2001 From: Nikhil Woodruff <35577657+nikhilwoodruff@users.noreply.github.com> Date: Sat, 19 Oct 2024 19:56:31 +0100 Subject: [PATCH] Bump data to 1.6 (#965) --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ setup.py | 4 ++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d84f796d..836c067fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.5.0] - 2024-10-19 09:27:21 + +### Changed + +- UK data package bumped to 1.6. + ## [2.4.0] - 2024-10-17 21:43:42 ### Added @@ -1506,6 +1512,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.5.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.4.0...2.5.0 [2.4.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.3.0...2.4.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 diff --git a/changelog.yaml b/changelog.yaml index 2c47ea1d3..06d6556ea 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1264,3 +1264,8 @@ added: - Employee incidence percentage for employer NICs. date: 2024-10-17 21:43:42 +- bump: minor + changes: + changed: + - UK data package bumped to 1.6. + date: 2024-10-19 09:27:21 diff --git a/setup.py b/setup.py index 897415239..ebcc5d86c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="2.4.0", + version="2.5.0", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[ @@ -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={