Skip to content

Commit 74b25de

Browse files
Update PolicyEngine Core
1 parent cd0dd38 commit 74b25de

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.16.2] - 2025-01-28 07:08:07
9+
10+
### Fixed
11+
12+
- Bug in parametric reforms.
13+
814
## [3.16.1] - 2024-12-20 12:56:31
915

1016
### Changed
@@ -972,6 +978,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
972978

973979

974980

981+
[3.16.2]: https://github.com/PolicyEngine/policyengine-core/compare/3.16.1...3.16.2
975982
[3.16.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.16.0...3.16.1
976983
[3.16.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.15.0...3.16.0
977984
[3.15.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.14.1...3.15.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,3 +790,8 @@
790790
changed:
791791
- Explicitly set local directory when downloading datasets from Hugging Face
792792
date: 2024-12-20 12:56:31
793+
- bump: patch
794+
changes:
795+
fixed:
796+
- Bug in parametric reforms.
797+
date: 2025-01-28 07:08:07

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- Bug in parametric reforms.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
setup(
5151
name="policyengine-core",
52-
version="3.16.1",
52+
version="3.16.2",
5353
author="PolicyEngine",
5454
author_email="[email protected]",
5555
classifiers=[

0 commit comments

Comments
 (0)