Skip to content

Commit 9677c48

Browse files
Update PolicyEngine API
1 parent e232799 commit 9677c48

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.30.4] - 2026-01-13 13:30:17
9+
10+
### Changed
11+
12+
- Update PolicyEngine US to 1.499.0
13+
814
## [3.30.3] - 2026-01-06 17:11:08
915

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

63156321

63166322

6323+
[3.30.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.30.3...3.30.4
63176324
[3.30.3]: https://github.com/PolicyEngine/policyengine-api/compare/3.30.2...3.30.3
63186325
[3.30.2]: https://github.com/PolicyEngine/policyengine-api/compare/3.30.1...3.30.2
63196326
[3.30.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.30.0...3.30.1

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5301,3 +5301,8 @@
53015301
changed:
53025302
- Increase RAM back to 24 GB (matches deployment settings pre-Nov. 2025)
53035303
date: 2026-01-06 17:11:08
5304+
- bump: patch
5305+
changes:
5306+
changed:
5307+
- Update PolicyEngine US to 1.499.0
5308+
date: 2026-01-13 13:30:17

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

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

0 commit comments

Comments
 (0)