Skip to content

Commit 3a99e20

Browse files
Update PolicyEngine API
1 parent 1105419 commit 3a99e20

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.18.2] - 2025-05-01 14:14:52
9+
10+
### Added
11+
12+
- Utah state tax reform test.
13+
814
## [3.18.1] - 2025-04-29 14:04:30
915

1016
## [3.18.0] - 2025-04-25 14:34:39
@@ -5620,6 +5626,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
56205626

56215627

56225628

5629+
[3.18.2]: https://github.com/PolicyEngine/policyengine-api/compare/3.18.1...3.18.2
56235630
[3.18.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.18.0...3.18.1
56245631
[3.18.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.17.6...3.18.0
56255632
[3.17.6]: https://github.com/PolicyEngine/policyengine-api/compare/3.17.5...3.17.6

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4693,3 +4693,8 @@
46934693
removed:
46944694
- removed test_or_rebate.py
46954695
date: 2025-04-29 14:04:30
4696+
- bump: patch
4697+
changes:
4698+
added:
4699+
- Utah state tax reform test.
4700+
date: 2025-05-01 14:14:52

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-
added:
4-
- Utah state tax reform test.

policyengine_api/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
POST = "POST"
77
UPDATE = "UPDATE"
88
LIST = "LIST"
9-
VERSION = "3.18.1"
9+
VERSION = "3.18.2"
1010
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1111
COUNTRY_PACKAGE_NAMES = (
1212
"policyengine_uk",

0 commit comments

Comments
 (0)