Skip to content

Commit 55732b6

Browse files
committed
Update PolicyEngine API
1 parent 2191c4b commit 55732b6

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

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.35.4] - 2026-03-03 22:00:30
9+
10+
### Changed
11+
12+
- Update PolicyEngine US to 1.590.2
13+
814
## [3.35.3] - 2026-03-03 02:36:04
915

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

64336439

64346440

6441+
[3.35.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.35.3...3.35.4
64356442
[3.35.3]: https://github.com/PolicyEngine/policyengine-api/compare/3.35.2...3.35.3
64366443
[3.35.2]: https://github.com/PolicyEngine/policyengine-api/compare/3.35.1...3.35.2
64376444
[3.35.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.35.0...3.35.1

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5412,3 +5412,8 @@
54125412
changed:
54135413
- Update PolicyEngine US to 1.590.0
54145414
date: 2026-03-03 02:36:04
5415+
- bump: patch
5416+
changes:
5417+
changed:
5418+
- Update PolicyEngine US to 1.590.2
5419+
date: 2026-03-03 22:00:30

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

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

0 commit comments

Comments
 (0)