Skip to content

Commit 6e6c098

Browse files
committed
Update PolicyEngine API
1 parent 9d0655d commit 6e6c098

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.34.1] - 2026-02-04 21:15:46
9+
10+
### Changed
11+
12+
- Update PolicyEngine US to 1.550.1
13+
814
## [3.34.0] - 2026-02-04 00:34:28
915

1016
### Added
@@ -6390,6 +6396,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
63906396

63916397

63926398

6399+
[3.34.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.34.0...3.34.1
63936400
[3.34.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.33.6...3.34.0
63946401
[3.33.6]: https://github.com/PolicyEngine/policyengine-api/compare/3.33.5...3.33.6
63956402
[3.33.5]: https://github.com/PolicyEngine/policyengine-api/compare/3.33.4...3.33.5

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5376,3 +5376,8 @@
53765376
removed:
53775377
- Remove city region type (city/nyc) in favor of place regions
53785378
date: 2026-02-04 00:34:28
5379+
- bump: patch
5380+
changes:
5381+
changed:
5382+
- Update PolicyEngine US to 1.550.1
5383+
date: 2026-02-04 21:15:46

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

0 commit comments

Comments
 (0)