diff --git a/CHANGELOG.md b/CHANGELOG.md index a37e503b9f2..8a410973e5d 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.79.0] - 2024-09-12 17:10:41 + +### Added + +- Test for additional standard deduction variable. + ## [1.78.1] - 2024-09-12 04:48:22 ### Added @@ -9648,6 +9654,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.79.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.78.1...1.79.0 [1.78.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.78.0...1.78.1 [1.78.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.77.0...1.78.0 [1.77.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.76.3...1.77.0 diff --git a/changelog.yaml b/changelog.yaml index 12dcc220bfd..3037d01bf00 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -8169,3 +8169,8 @@ added: - Updated CO TANF grant standard date: 2024-09-12 04:48:22 +- bump: minor + changes: + added: + - Test for additional standard deduction variable. + date: 2024-09-12 17:10:41 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index f8a06739152..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Test for additional standard deduction variable. diff --git a/setup.py b/setup.py index aebdedd4e62..6d130e9466b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.78.1", + version="1.79.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,