Skip to content

Commit aa9c730

Browse files
committed
Update PolicyEngine API
1 parent a95cfbd commit aa9c730

4 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.15.4] - 2025-04-02 22:48:13
9+
10+
### Changed
11+
12+
- Corrected readiness check path in app.yaml
13+
- Lowered readiness check timeout threshold
14+
815
## [3.15.3] - 2025-04-02 16:20:27
916

1017
### Changed
@@ -5503,6 +5510,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55035510

55045511

55055512

5513+
[3.15.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.15.3...3.15.4
55065514
[3.15.3]: https://github.com/PolicyEngine/policyengine-api/compare/3.15.2...3.15.3
55075515
[3.15.2]: https://github.com/PolicyEngine/policyengine-api/compare/3.15.1...3.15.2
55085516
[3.15.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.15.0...3.15.1

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4591,3 +4591,9 @@
45914591
changed:
45924592
- Deployment readiness check timeout to 1000s.
45934593
date: 2025-04-02 16:20:27
4594+
- bump: patch
4595+
changes:
4596+
changed:
4597+
- Corrected readiness check path in app.yaml
4598+
- Lowered readiness check timeout threshold
4599+
date: 2025-04-02 22:48:13

changelog_entry.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- bump: patch
2-
changes:
3-
changed:
4-
- Corrected readiness check path in app.yaml
5-
- Lowered readiness check timeout threshold

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.15.3"
9+
VERSION = "3.15.4"
1010
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1111
COUNTRY_PACKAGE_NAMES = (
1212
"policyengine_uk",

0 commit comments

Comments
 (0)