Skip to content

Commit fb64065

Browse files
committed
Update PolicyEngine API
1 parent b15ea91 commit fb64065

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [3.38.4] - 2026-03-20
2+
3+
### Changed
4+
5+
- Replace push-based country package bump with cron-based workflow that polls PyPI every 30 minutes. Fix Docker login to use GITHUB_TOKEN instead of expired PAT.
6+
7+
### Fixed
8+
9+
- Fix versioning job authentication by replacing expired PAT with GitHub App token.
10+
11+
112
## [3.38.3] - 2026-03-11
213

314
### Fixed

changelog.d/add-country-package-update-cron.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/fix-versioning-auth.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.3"
7+
version = "3.38.4"
88
description = "PolicyEngine API"
99
readme = "README.md"
1010
license = "AGPL-3.0-only"

0 commit comments

Comments
 (0)