Skip to content

Commit 444b585

Browse files
Update PolicyEngine Core
1 parent 8c3dca6 commit 444b585

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+
## [2.10.0] - 2023-11-22 15:05:43
9+
10+
### Fixed
11+
12+
- Reforms always apply before parameter utilities.
13+
814
## [2.9.0] - 2023-11-12 13:23:23
915

1016
### Added
@@ -494,6 +500,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
494500

495501

496502

503+
[2.10.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.9.0...2.10.0
497504
[2.9.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.8.2...2.9.0
498505
[2.8.2]: https://github.com/PolicyEngine/policyengine-core/compare/2.8.1...2.8.2
499506
[2.8.1]: https://github.com/PolicyEngine/policyengine-core/compare/2.8.0...2.8.1

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,3 +409,8 @@
409409
added:
410410
- PolicyEngine API integration for reforms.
411411
date: 2023-11-12 13:23:23
412+
- bump: minor
413+
changes:
414+
fixed:
415+
- Reforms always apply before parameter utilities.
416+
date: 2023-11-22 15:05:43

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: minor
2-
changes:
3-
fixed:
4-
- Reforms always apply before parameter utilities.

setup.py

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

4949
setup(
5050
name="policyengine-core",
51-
version="2.9.0",
51+
version="2.10.0",
5252
author="PolicyEngine",
5353
author_email="[email protected]",
5454
classifiers=[

0 commit comments

Comments
 (0)