diff --git a/CHANGELOG.md b/CHANGELOG.md index e08a79c9d7a..a2730cbabe2 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). +## [0.583.2] - 2023-12-16 18:54:42 + +### Fixed + +- Bump policyengine-core to capture random microsimulation bug fixes. + ## [0.583.1] - 2023-12-16 18:18:33 ### Fixed @@ -6397,6 +6403,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.583.2]: https://github.com/PolicyEngine/policyengine-us/compare/0.583.1...0.583.2 [0.583.1]: https://github.com/PolicyEngine/policyengine-us/compare/0.583.0...0.583.1 [0.583.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.582.2...0.583.0 [0.582.2]: https://github.com/PolicyEngine/policyengine-us/compare/0.582.1...0.582.2 diff --git a/changelog.yaml b/changelog.yaml index d36f200bd9c..7436519a328 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -5414,3 +5414,8 @@ fixed: - Set WIC take-up deterministically for individual simulations. date: 2023-12-16 18:18:33 +- bump: patch + changes: + fixed: + - Bump policyengine-core to capture random microsimulation bug fixes. + date: 2023-12-16 18:54:42 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 345eb97d7e5..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Bump policyengine-core to capture random microsimulation bug fixes. diff --git a/setup.py b/setup.py index a1240bb8150..1852deabf71 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="0.583.1", + version="0.583.2", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,