Skip to content

Commit 8e7139a

Browse files
Update PolicyEngine US
1 parent d73b841 commit 8e7139a

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

+7
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+
## [1.233.0] - 2025-03-28 17:49:52
9+
10+
### Added
11+
12+
- Convert TANF variables to monthly.
13+
814
## [1.232.0] - 2025-03-28 12:23:21
915

1016
### Added
@@ -11203,6 +11209,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1120311209

1120411210

1120511211

11212+
[1.233.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.232.0...1.233.0
1120611213
[1.232.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.231.0...1.232.0
1120711214
[1.231.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.230.0...1.231.0
1120811215
[1.230.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.229.0...1.230.0

changelog.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -9494,3 +9494,8 @@
94949494
added:
94959495
- 2024 Indiana Income Tax Updates.
94969496
date: 2025-03-28 12:23:21
9497+
- bump: minor
9498+
changes:
9499+
added:
9500+
- Convert TANF variables to monthly.
9501+
date: 2025-03-28 17:49:52

changelog_entry.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Convert TANF variables to monthly.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="policyengine-us",
10-
version="1.232.0",
10+
version="1.233.0",
1111
author="PolicyEngine",
1212
author_email="[email protected]",
1313
long_description=readme,

0 commit comments

Comments
 (0)