Skip to content

Commit a9c802b

Browse files
committed
Update PolicyEngine API
1 parent 796314f commit a9c802b

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.5] - 2025-04-14 20:46:17
9+
10+
### Changed
11+
12+
- Extended Google Cloud build timeout to 40 minutes
13+
814
## [3.16.4] - 2025-04-14 08:57:48
915

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

55595565

55605566

5567+
[3.16.5]: https://github.com/PolicyEngine/policyengine-api/compare/3.16.4...3.16.5
55615568
[3.16.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.16.3...3.16.4
55625569
[3.16.3]: https://github.com/PolicyEngine/policyengine-api/compare/3.16.2...3.16.3
55635570
[3.16.2]: https://github.com/PolicyEngine/policyengine-api/compare/3.16.1...3.16.2

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4637,3 +4637,8 @@
46374637
changed:
46384638
- Update PolicyEngine US to 1.250.0
46394639
date: 2025-04-14 08:57:48
4640+
- bump: patch
4641+
changes:
4642+
changed:
4643+
- Extended Google Cloud build timeout to 40 minutes
4644+
date: 2025-04-14 20:46:17

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-
changed:
4-
- Extended Google Cloud build timeout to 40 minutes

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

0 commit comments

Comments
 (0)