Skip to content

Commit

Permalink
Merge branch 'main' into fix/fix_ng_issue
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk authored Feb 2, 2024
2 parents 90302f0 + 5ac2e03 commit 201e26e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.2] - 2024-02-02 20:47:10

### Changed

- Added calculate_demo endpoint for use on API documentation page

## [0.5.1] - 2024-02-02 16:57:55

### Changed
Expand Down Expand Up @@ -193,6 +199,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[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
[0.5.0]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.3.10...0.4.0
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,8 @@
changed:
- Removed the '@clients' parameter from the client_id portion of the JWT
date: 2024-02-02 16:57:55
- bump: patch
changes:
changed:
- Added calculate_demo endpoint for use on API documentation page
date: 2024-02-02 20:47:10
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.1"
VERSION = "0.5.2"
COUNTRIES = ("uk", "us", "ca", "ng", "il")
COUNTRY_PACKAGE_NAMES = (
"policyengine_uk",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"google-cloud-logging",
"gunicorn",
"policyengine_canada==0.87.0",
"policyengine-ng==0.5.1",
"policyengine-ng==0.5.2",
"policyengine-il==0.1.0",
"policyengine_uk==0.62.0",
"policyengine_us==0.571.2",
Expand Down

0 comments on commit 201e26e

Please sign in to comment.