Skip to content

Commit

Permalink
Update PolicyEngine API
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed May 13, 2024
1 parent 28c1b15 commit dd9cbef
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 0 additions & 7 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion policyengine_household_api/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dd9cbef

Please sign in to comment.