Skip to content

Commit 8d9852e

Browse files
committed
Update PolicyEngine API
1 parent d549c95 commit 8d9852e

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.28.19] - 2025-11-20 14:32:26
9+
810
## [3.28.18] - 2025-11-20 14:01:58
911

1012
### Changed
@@ -6243,6 +6245,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
62436245

62446246

62456247

6248+
[3.28.19]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.18...3.28.19
62466249
[3.28.18]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.17...3.28.18
62476250
[3.28.17]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.16...3.28.17
62486251
[3.28.16]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.15...3.28.16

changelog.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5237,3 +5237,7 @@
52375237
changed:
52385238
- Revert Python version to 3.11 in GitHub Actions workflow
52395239
date: 2025-11-20 14:01:58
5240+
- bump: patch
5241+
changes:
5242+
- Update python packages to 313
5243+
date: 2025-11-20 14:32:26

changelog_entry.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
- bump: patch
2-
changes:
3-
- Update python packages to 313

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

0 commit comments

Comments
 (0)