diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ffda3ba73b..eadcc12a872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.158.0] - 2024-12-05 15:58:14 + +### Added + +- Montana property tax rebate. + ## [1.157.0] - 2024-12-05 15:47:47 ### Added @@ -10359,6 +10365,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.158.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.157.0...1.158.0 [1.157.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.156.0...1.157.0 [1.156.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.155.1...1.156.0 [1.155.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.155.0...1.155.1 diff --git a/changelog.yaml b/changelog.yaml index e9f10effb02..daa799c89cd 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -8783,3 +8783,8 @@ added: - Remove CBO elasticities toggle. date: 2024-12-05 15:47:47 +- bump: minor + changes: + added: + - Montana property tax rebate. + date: 2024-12-05 15:58:14 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index cab5a3cb350..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Montana property tax rebate. diff --git a/setup.py b/setup.py index b50e7c912f7..6c3aad1db95 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.157.0", + version="1.158.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,