Skip to content

Commit 947f78b

Browse files
committed
Update PolicyEngine API
1 parent 37965c0 commit 947f78b

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.2] - 2025-09-25 21:19:43
9+
10+
### Fixed
11+
12+
- Removed HF API calls.
13+
814
## [3.28.1] - 2025-09-19 12:56:22
915

1016
## [3.28.0] - 2025-09-13 19:43:47
@@ -6141,6 +6147,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
61416147

61426148

61436149

6150+
[3.28.2]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.1...3.28.2
61446151
[3.28.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.0...3.28.1
61456152
[3.28.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.27.14...3.28.0
61466153
[3.27.14]: https://github.com/PolicyEngine/policyengine-api/compare/3.27.13...3.27.14

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5150,3 +5150,8 @@
51505150
removed:
51515151
- updated_at and created_at columns in report_outputs table
51525152
date: 2025-09-19 12:56:22
5153+
- bump: patch
5154+
changes:
5155+
fixed:
5156+
- Removed HF API calls.
5157+
date: 2025-09-25 21:19:43

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-
fixed:
4-
- Removed HF API calls.

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

0 commit comments

Comments
 (0)