From deb7c0c936d108ba3d04076e5fcee2cb2b926612 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 2 Oct 2024 17:52:48 +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 ba7130ae5fb..4291ec6d125 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.105.2] - 2024-10-02 17:49:23 + +### Added + +- Always use the SUA for CO. + ## [1.105.1] - 2024-09-30 22:09:41 ### Changed @@ -9893,6 +9899,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.105.2]: https://github.com/PolicyEngine/policyengine-us/compare/1.105.1...1.105.2 [1.105.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.105.0...1.105.1 [1.105.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.104.0...1.105.0 [1.104.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.103.0...1.104.0 diff --git a/changelog.yaml b/changelog.yaml index b170b69cd62..ccc9d084edf 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -8382,3 +8382,8 @@ changed: - Moved loading of abolitions parameters earlier in initialization process date: 2024-09-30 22:09:41 +- bump: patch + changes: + added: + - Always use the SUA for CO. + date: 2024-10-02 17:49:23 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index c9ac0e460db..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - added: - - Always use the SUA for CO. diff --git a/setup.py b/setup.py index 346ec97b366..64d8d35153f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.105.1", + version="1.105.2", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,