Skip to content

Commit 1e6b40c

Browse files
committed
Update PolicyEngine API
1 parent bbcaa04 commit 1e6b40c

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

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.28.1] - 2025-09-19 12:56:22
9+
810
## [3.28.0] - 2025-09-13 19:43:47
911

1012
### Added
@@ -6139,6 +6141,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
61396141

61406142

61416143

6144+
[3.28.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.0...3.28.1
61426145
[3.28.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.27.14...3.28.0
61436146
[3.27.14]: https://github.com/PolicyEngine/policyengine-api/compare/3.27.13...3.27.14
61446147
[3.27.13]: https://github.com/PolicyEngine/policyengine-api/compare/3.27.12...3.27.13

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5145,3 +5145,8 @@
51455145
- Database schema: simulation table for policy + geography metadata
51465146
- Database schema: report_outputs table for storing report data
51475147
date: 2025-09-13 19:43:47
5148+
- bump: patch
5149+
changes:
5150+
removed:
5151+
- updated_at and created_at columns in report_outputs table
5152+
date: 2025-09-19 12:56:22

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-
removed:
4-
- updated_at and created_at columns in report_outputs table

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

0 commit comments

Comments
 (0)