Skip to content

Commit 4d07b2a

Browse files
Update PolicyEngine API
1 parent 31d0de0 commit 4d07b2a

5 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.16.6] - 2025-04-16 12:35:21
9+
10+
### Added
11+
12+
- Ability to return APIv2 results.
13+
814
## [3.16.5] - 2025-04-14 20:46:17
915

1016
### Changed
@@ -5564,6 +5570,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55645570

55655571

55665572

5573+
[3.16.6]: https://github.com/PolicyEngine/policyengine-api/compare/3.16.5...3.16.6
55675574
[3.16.5]: https://github.com/PolicyEngine/policyengine-api/compare/3.16.4...3.16.5
55685575
[3.16.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.16.3...3.16.4
55695576
[3.16.3]: https://github.com/PolicyEngine/policyengine-api/compare/3.16.2...3.16.3

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4642,3 +4642,8 @@
46424642
changed:
46434643
- Extended Google Cloud build timeout to 40 minutes
46444644
date: 2025-04-14 20:46:17
4645+
- bump: patch
4646+
changes:
4647+
added:
4648+
- Ability to return APIv2 results.
4649+
date: 2025-04-16 12:35:21

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
added:
4-
- Ability to return APIv2 results.

policyengine_api/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
POST = "POST"
77
UPDATE = "UPDATE"
88
LIST = "LIST"
9-
VERSION = "3.16.5"
9+
VERSION = "3.16.6"
1010
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1111
COUNTRY_PACKAGE_NAMES = (
1212
"policyengine_uk",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"policyengine-il==0.1.0",
2727
"policyengine_uk==2.22.8",
2828
"policyengine_us==1.250.0",
29-
"policyengine_core>=3.16.5",
29+
"policyengine_core>=3.16.6",
3030
"pydantic",
3131
"pymysql",
3232
"redis",

0 commit comments

Comments
 (0)