From b493b3b5db283a131d670c947ecef5c54bdb97e0 Mon Sep 17 00:00:00 2001 From: Nikhil Woodruff Date: Thu, 5 Dec 2024 12:43:17 +0000 Subject: [PATCH] Versioning --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ setup.py | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62395298..c7902f4c 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.18.0] - 2024-12-05 12:43:06 + +### Added + +- Scottish Winter Fuel Payment equivalent. + ## [2.17.0] - 2024-12-04 16:48:42 ### Fixed @@ -1609,6 +1615,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.18.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.17.0...2.18.0 [2.17.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.16.0...2.17.0 [2.16.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.15.1...2.16.0 [2.15.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.15.0...2.15.1 diff --git a/changelog.yaml b/changelog.yaml index 8f68232c..9869f401 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1350,3 +1350,8 @@ fixed: - Scottish baseline matched with Scottish Fiscal Commission. date: 2024-12-04 16:48:42 +- bump: minor + changes: + added: + - Scottish Winter Fuel Payment equivalent. + date: 2024-12-05 12:43:06 diff --git a/setup.py b/setup.py index df5abd8c..1e71f8e9 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="2.17.0", + version="2.18.0", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[