Skip to content

Commit 967874c

Browse files
Update PolicyEngine API
1 parent 6282e25 commit 967874c

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.19.4] - 2025-05-09 10:45:43
9+
10+
### Added
11+
12+
- Added setup method for simulation API config dict
13+
- Added methods to convert API v1 to simulation API config items
14+
815
## [3.19.3] - 2025-05-08 19:59:28
916

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

56635670

56645671

5672+
[3.19.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.19.3...3.19.4
56655673
[3.19.3]: https://github.com/PolicyEngine/policyengine-api/compare/3.19.2...3.19.3
56665674
[3.19.2]: https://github.com/PolicyEngine/policyengine-api/compare/3.19.1...3.19.2
56675675
[3.19.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.19.0...3.19.1

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4728,3 +4728,9 @@
47284728
changed:
47294729
- Update PolicyEngine US to 1.269.0
47304730
date: 2025-05-08 19:59:28
4731+
- bump: patch
4732+
changes:
4733+
added:
4734+
- Added setup method for simulation API config dict
4735+
- Added methods to convert API v1 to simulation API config items
4736+
date: 2025-05-09 10:45:43

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-
added:
4-
- Added setup method for simulation API config dict
5-
- Added methods to convert API v1 to simulation API config items

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

0 commit comments

Comments
 (0)