From 9ca44172275503ff61f31c989b6500e90091138a Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Mon, 29 Jul 2024 16:47:56 +0000 Subject: [PATCH] Update PolicyEngine UK --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ changelog_entry.yaml | 4 ---- setup.py | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 959964956..67029a7ac 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). +## [1.3.0] - 2024-07-29 16:47:34 + +### Added + +- Winter Fuel Allowance. + ## [1.2.0] - 2024-07-27 10:02:38 ### Added @@ -1399,6 +1405,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.3.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.86.6...1.0.0 diff --git a/changelog.yaml b/changelog.yaml index e25d72908..c94735631 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1169,3 +1169,8 @@ - Prevent calculation errors due to empty extra dividend bracket with conflicting rates date: 2024-07-27 10:02:38 +- bump: minor + changes: + added: + - Winter Fuel Allowance. + date: 2024-07-29 16:47:34 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 03e1f005c..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Winter Fuel Allowance. diff --git a/setup.py b/setup.py index f4f828e84..19f6e0748 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="1.2.0", + version="1.3.0", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[