Skip to content

Commit 7801d45

Browse files
Update PolicyEngine API
1 parent f41ec93 commit 7801d45

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

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.28.12] - 2025-10-19 22:42:32
9+
10+
### Changed
11+
12+
- Update PolicyEngine US to 1.423.0
13+
814
## [3.28.11] - 2025-10-17 23:49:56
915

1016
### Added
@@ -6201,6 +6207,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
62016207

62026208

62036209

6210+
[3.28.12]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.11...3.28.12
62046211
[3.28.11]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.10...3.28.11
62056212
[3.28.10]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.9...3.28.10
62066213
[3.28.9]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.8...3.28.9

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5201,3 +5201,8 @@
52015201
added:
52025202
- Output storage for household simulation calculations in simulations table
52035203
date: 2025-10-17 23:49:56
5204+
- bump: patch
5205+
changes:
5206+
changed:
5207+
- Update PolicyEngine US to 1.423.0
5208+
date: 2025-10-19 22:42:32

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-
- Update PolicyEngine US to 1.423.0

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

0 commit comments

Comments
 (0)