Skip to content

Commit

Permalink
Bump data to 1.6 (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff authored Oct 19, 2024
1 parent 5a2ce0f commit a1d51f2
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.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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4.0",
version="2.5.0",
author="PolicyEngine",
author_email="nikhil@policyengine.org",
classifiers=[
Expand All @@ -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 a1d51f2

Please sign in to comment.