From 477c71abb33f1b2aba7a4a12ff150b7e22772eb2 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Sat, 21 Sep 2024 01:11:41 +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 cfb173cabf2..8c0ed2b37e2 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.86.0] - 2024-09-21 01:08:08 + +### Added + +- Wisconsin 2024 CDCC match value. + ## [1.85.4] - 2024-09-20 15:00:03 ### Added @@ -9740,6 +9746,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.86.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.85.4...1.86.0 [1.85.4]: https://github.com/PolicyEngine/policyengine-us/compare/1.85.3...1.85.4 [1.85.3]: https://github.com/PolicyEngine/policyengine-us/compare/1.85.2...1.85.3 [1.85.2]: https://github.com/PolicyEngine/policyengine-us/compare/1.85.1...1.85.2 diff --git a/changelog.yaml b/changelog.yaml index d578cdf8a4e..a38f5c5fc41 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -8254,3 +8254,8 @@ added: - Speedtests to PRs. date: 2024-09-20 15:00:03 +- bump: minor + changes: + added: + - Wisconsin 2024 CDCC match value. + date: 2024-09-21 01:08:08 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index b1994194ee0..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Wisconsin 2024 CDCC match value. diff --git a/setup.py b/setup.py index d94d77c8e1c..87bcaa208a2 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.85.4", + version="1.86.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,