Skip to content

Commit 9c816c6

Browse files
committed
Update PolicyEngine API
1 parent 9c745ba commit 9c816c6

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.17.0] - 2025-04-16 18:29:11
9+
10+
### Added
11+
12+
- Tests for execute_analysis function
13+
814
## [3.16.6] - 2025-04-16 12:35:21
915

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

55715577

55725578

5579+
[3.17.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.16.6...3.17.0
55735580
[3.16.6]: https://github.com/PolicyEngine/policyengine-api/compare/3.16.5...3.16.6
55745581
[3.16.5]: https://github.com/PolicyEngine/policyengine-api/compare/3.16.4...3.16.5
55755582
[3.16.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.16.3...3.16.4

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4647,3 +4647,8 @@
46474647
added:
46484648
- Ability to return APIv2 results.
46494649
date: 2025-04-16 12:35:21
4650+
- bump: minor
4651+
changes:
4652+
added:
4653+
- Tests for execute_analysis function
4654+
date: 2025-04-16 18:29:11

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Tests for execute_analysis function

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.6"
9+
VERSION = "3.17.0"
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.6",
29+
"policyengine_core>=3.17.0",
3030
"pydantic",
3131
"pymysql",
3232
"redis",

0 commit comments

Comments
 (0)