diff --git a/CHANGELOG.md b/CHANGELOG.md index dc4c5620..d5f0d2a7 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.15.0] - 2024-10-30 17:24:57 + +### Added + +- OBR Autumn 2024 EFO economic factors. + ## [2.14.1] - 2024-10-30 14:02:58 ### Fixed @@ -1585,6 +1591,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.15.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.14.1...2.15.0 [2.14.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.14.0...2.14.1 [2.14.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.13.2...2.14.0 [2.13.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.13.1...2.13.2 diff --git a/changelog.yaml b/changelog.yaml index d36ff171..0ae9dcb9 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1330,3 +1330,8 @@ fixed: - NI threshold in 2027. date: 2024-10-30 14:02:58 +- bump: minor + changes: + added: + - OBR Autumn 2024 EFO economic factors. + date: 2024-10-30 17:24:57 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index f4c2c46f..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - OBR Autumn 2024 EFO economic factors. diff --git a/setup.py b/setup.py index 0e44da4c..7ed87436 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="2.14.1", + version="2.15.0", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[