Skip to content

Commit b01059a

Browse files
Update PolicyEngine API
1 parent 7ad1ebb commit b01059a

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.25.0] - 2025-06-10 21:40:43
9+
810
## [3.24.1] - 2025-06-10 17:34:58
911

1012
### Changed
@@ -5890,6 +5892,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
58905892

58915893

58925894

5895+
[3.25.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.24.1...3.25.0
58935896
[3.24.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.24.0...3.24.1
58945897
[3.24.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.23.4...3.24.0
58955898
[3.23.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.23.3...3.23.4

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4923,3 +4923,8 @@
49234923
changed:
49244924
- Properly pass args to API v1 run method
49254925
date: 2025-06-10 17:34:58
4926+
- bump: minor
4927+
changes:
4928+
removed:
4929+
- Fallback to API v1 for society-wide simulations
4930+
date: 2025-06-10 21:40:43

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-
removed:
4-
- Fallback to API v1 for society-wide simulations

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

0 commit comments

Comments
 (0)