From ec4f59b214e4b8b7d9240bbe91126248ff29fd06 Mon Sep 17 00:00:00 2001 From: Nikhil Woodruff Date: Thu, 24 Oct 2024 11:42:36 +0100 Subject: [PATCH] Versioning --- CHANGELOG.md | 8 ++++++++ changelog.yaml | 6 ++++++ setup.py | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baccb70f..8170f5e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.13.0] - 2024-10-24 11:42:25 + +### Fixed + +- Bug causing household app crashes. +- Metadat for OBR parameters. + ## [2.12.0] - 2024-10-23 14:47:21 ### Added @@ -1554,6 +1561,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.13.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.12.0...2.13.0 [2.12.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.11.0...2.12.0 [2.11.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.10.0...2.11.0 [2.10.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.9.0...2.10.0 diff --git a/changelog.yaml b/changelog.yaml index 0467b8e3..e7d4e5db 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1304,3 +1304,9 @@ added: - Capital Gains Tax elasticities. date: 2024-10-23 14:47:21 +- bump: minor + changes: + fixed: + - Bug causing household app crashes. + - Metadat for OBR parameters. + date: 2024-10-24 11:42:25 diff --git a/setup.py b/setup.py index ebbb3f66..b13609d5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="2.12.0", + version="2.13.0", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[