Skip to content

Commit 6e8f405

Browse files
Update PolicyEngine API
1 parent b921172 commit 6e8f405

4 files changed

Lines changed: 21 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.20.0] - 2025-05-12 07:52:21
9+
10+
### Added
11+
12+
- New logging structure
13+
- New logging outputs for simulation API v1 and v2 runs
14+
15+
### Changed
16+
17+
- Rolled back to simulation API v1
18+
819
## [3.19.5] - 2025-05-11 20:36:16
920

1021
### Changed
@@ -5675,6 +5686,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
56755686

56765687

56775688

5689+
[3.20.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.19.5...3.20.0
56785690
[3.19.5]: https://github.com/PolicyEngine/policyengine-api/compare/3.19.4...3.19.5
56795691
[3.19.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.19.3...3.19.4
56805692
[3.19.3]: https://github.com/PolicyEngine/policyengine-api/compare/3.19.2...3.19.3

changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4739,3 +4739,11 @@
47394739
changed:
47404740
- Update PolicyEngine US to 1.270.0
47414741
date: 2025-05-11 20:36:16
4742+
- bump: minor
4743+
changes:
4744+
added:
4745+
- New logging structure
4746+
- New logging outputs for simulation API v1 and v2 runs
4747+
changed:
4748+
- Rolled back to simulation API v1
4749+
date: 2025-05-12 07:52:21

changelog_entry.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +0,0 @@
1-
- bump: minor
2-
changes:
3-
changed:
4-
- Rolled back to simulation API v1
5-
added:
6-
- New logging structure
7-
- New logging outputs for simulation API v1 and v2 runs

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

0 commit comments

Comments
 (0)