From d6d14cc5741fe2d3d0a5f9ec9d5111e5b051c5ff Mon Sep 17 00:00:00 2001 From: Nikhil Woodruff Date: Sat, 19 Oct 2024 19:58:14 +0100 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 836c067fb..0e219086f 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.6.0] - 2024-10-19 19:58:09 + +### Fixed + +- Bug in budget change reforms. + ## [2.5.0] - 2024-10-19 09:27:21 ### Changed @@ -1512,6 +1518,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.6.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.5.0...2.6.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 diff --git a/changelog.yaml b/changelog.yaml index 06d6556ea..795f08abc 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1269,3 +1269,8 @@ changed: - UK data package bumped to 1.6. date: 2024-10-19 09:27:21 +- bump: minor + changes: + fixed: + - Bug in budget change reforms. + date: 2024-10-19 19:58:09 diff --git a/setup.py b/setup.py index ebcc5d86c..d7fa35af4 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="2.5.0", + version="2.6.0", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[