Skip to content

Commit 8a7186e

Browse files
committed
Update PolicyEngine API
1 parent 4fe81d0 commit 8a7186e

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.18] - 2025-11-20 14:01:58
9+
10+
### Changed
11+
12+
- Revert Python version to 3.11 in GitHub Actions workflow
13+
814
## [3.28.17] - 2025-11-18 15:57:43
915

1016
### Changed
@@ -6237,6 +6243,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
62376243

62386244

62396245

6246+
[3.28.18]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.17...3.28.18
62406247
[3.28.17]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.16...3.28.17
62416248
[3.28.16]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.15...3.28.16
62426249
[3.28.15]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.14...3.28.15

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5232,3 +5232,8 @@
52325232
changed:
52335233
- Update PolicyEngine US to 1.435.0
52345234
date: 2025-11-18 15:57:43
5235+
- bump: patch
5236+
changes:
5237+
changed:
5238+
- Revert Python version to 3.11 in GitHub Actions workflow
5239+
date: 2025-11-20 14:01:58

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-
- Revert Python version to 3.11 in GitHub Actions workflow

policyengine_api/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
POST = "POST"
88
UPDATE = "UPDATE"
99
LIST = "LIST"
10-
VERSION = "3.28.17"
10+
VERSION = "3.28.18"
1111
CURRENT_YEAR = str(datetime.now().year)
1212
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1313
COUNTRY_PACKAGE_NAMES = (

0 commit comments

Comments
 (0)