From 8e9c1969d85a67658cbc11085fe0f03dec7c7c8b Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Thu, 11 Jul 2024 16:09:16 +0000 Subject: [PATCH] Update PolicyEngine US --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ changelog_entry.yaml | 4 ---- setup.py | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa99de7e6fc..326bab5f5b0 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.17.1] - 2024-07-11 16:05:44 + +### Changed + +- Updated version of tables. + ## [1.17.0] - 2024-07-10 19:28:55 ### Added @@ -9013,6 +9019,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.17.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.17.0...1.17.1 [1.17.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.16.3...1.17.0 [1.16.3]: https://github.com/PolicyEngine/policyengine-us/compare/1.16.2...1.16.3 [1.16.2]: https://github.com/PolicyEngine/policyengine-us/compare/1.16.1...1.16.2 diff --git a/changelog.yaml b/changelog.yaml index 6551bc88972..1bd6e9d853b 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -7616,3 +7616,8 @@ added: - DC disability income exclusion. date: 2024-07-10 19:28:55 +- bump: patch + changes: + changed: + - Updated version of tables. + date: 2024-07-11 16:05:44 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 75cfbde400c..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Updated version of tables. \ No newline at end of file diff --git a/setup.py b/setup.py index 55d6f4a1970..371e9c4160c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.17.0", + version="1.17.1", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,