diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e1719..7d1f2c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.5.4] - 2024-05-13 16:23:57 + +### Changed + +- Upgraded black to v. 24.3.0 +- Upgraded policyengine-canada to v. 0.95.0 +- Upgraded policyengine-uk to v. 0.74.1 +- Upgraded policyengine-us to v. 0.754.0 + ## [0.5.3] - 2024-02-02 21:49:10 ### Changed @@ -205,6 +214,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.5.4]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.3...0.5.4 [0.5.3]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.2...0.5.3 [0.5.2]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.1...0.5.2 [0.5.1]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.0...0.5.1 diff --git a/changelog.yaml b/changelog.yaml index 9322b49..dc9dc8e 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -174,3 +174,11 @@ changed: - Prevented strange version increase for policyengine-ng date: 2024-02-02 21:49:10 +- bump: patch + changes: + changed: + - Upgraded black to v. 24.3.0 + - Upgraded policyengine-canada to v. 0.95.0 + - Upgraded policyengine-uk to v. 0.74.1 + - Upgraded policyengine-us to v. 0.754.0 + date: 2024-05-13 16:23:57 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 8229f47..e69de29 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,7 +0,0 @@ -- bump: patch - changes: - changed: - - Upgraded black to v. 24.3.0 - - Upgraded policyengine-canada to v. 0.95.0 - - Upgraded policyengine-uk to v. 0.74.1 - - Upgraded policyengine-us to v. 0.754.0 \ No newline at end of file diff --git a/policyengine_household_api/constants.py b/policyengine_household_api/constants.py index 598219a..6911649 100644 --- a/policyengine_household_api/constants.py +++ b/policyengine_household_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "0.5.3" +VERSION = "0.5.4" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",