From ea0f53ca890e0ad9a025c567dd9cb0326327d6da Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Fri, 28 Jun 2024 00:49:49 +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 3dc072539..03cbc7713 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). +## [0.83.2] - 2024-06-28 00:49:27 + +### Added + +- Private school VAT calculation + ## [0.83.1] - 2024-06-17 16:09:43 ### Changed @@ -1307,6 +1313,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.83.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.83.1...0.83.2 [0.83.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.83.0...0.83.1 [0.83.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.82.0...0.83.0 [0.82.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.81.0...0.82.0 diff --git a/changelog.yaml b/changelog.yaml index eb2dd498c..e1d22b5a0 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1091,3 +1091,8 @@ - Re-enabled PIP and DLA within webapp - Corrected mistakes in PIP date: 2024-06-17 16:09:43 +- bump: patch + changes: + added: + - Private school VAT calculation + date: 2024-06-28 00:49:27 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 602105486..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - added: - - Private school VAT calculation \ No newline at end of file diff --git a/setup.py b/setup.py index d32cf197d..f740e8e06 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="0.83.1", + version="0.83.2", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[