Skip to content

Commit

Permalink
Update PolicyEngine US
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGhenis committed Dec 16, 2023
1 parent 0aeaa70 commit b56cdb4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
- bump: patch
changes:
fixed:
- Bump policyengine-core to capture random microsimulation bug fixes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="policyengine-us",
version="0.583.1",
version="0.583.2",
author="PolicyEngine",
author_email="[email protected]",
long_description=readme,
Expand Down

0 comments on commit b56cdb4

Please sign in to comment.