Skip to content

Commit cc1381a

Browse files
Update PolicyEngine API
1 parent 6dbe723 commit cc1381a

5 files changed

Lines changed: 14 additions & 6 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.38.1] - 2026-03-06 17:10:50
9+
10+
### Changed
11+
12+
- Update PolicyEngine US to 1.592.4
13+
814
## [3.38.0] - 2026-03-06 14:02:26
915

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

64576463

64586464

6465+
[3.38.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.38.0...3.38.1
64596466
[3.38.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.37.0...3.38.0
64606467
[3.37.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.36.0...3.37.0
64616468
[3.36.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.35.4...3.36.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5434,3 +5434,8 @@
54345434
changed:
54355435
- Migrated from setup.py to pyproject.toml with hatchling build backend
54365436
date: 2026-03-06 14:02:26
5437+
- bump: patch
5438+
changes:
5439+
changed:
5440+
- Update PolicyEngine US to 1.592.4
5441+
date: 2026-03-06 17:10:50

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

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "policyengine-api"
7-
version = "3.38.0"
7+
version = "3.38.1"
88
description = "PolicyEngine API"
99
readme = "README.md"
1010
license = "AGPL-3.0-only"

0 commit comments

Comments
 (0)