Skip to content

Commit c7b1e05

Browse files
committed
Update PolicyEngine API
1 parent 2db8faf commit c7b1e05

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.21] - 2025-12-01 18:12:09
9+
10+
### Changed
11+
12+
- Update PolicyEngine US to 1.444.1
13+
814
## [3.28.20] - 2025-11-25 20:03:04
915

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

62526258

62536259

6260+
[3.28.21]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.20...3.28.21
62546261
[3.28.20]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.19...3.28.20
62556262
[3.28.19]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.18...3.28.19
62566263
[3.28.18]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.17...3.28.18

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5246,3 +5246,8 @@
52465246
changed:
52475247
- Update PolicyEngine US to 1.441.0
52485248
date: 2025-11-25 20:03:04
5249+
- bump: patch
5250+
changes:
5251+
changed:
5252+
- Update PolicyEngine US to 1.444.1
5253+
date: 2025-12-01 18:12:09

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.444.1

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.20"
10+
VERSION = "3.28.21"
1111
CURRENT_YEAR = str(datetime.now().year)
1212
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1313
COUNTRY_PACKAGE_NAMES = (

0 commit comments

Comments
 (0)