Skip to content

Commit 2a7fe96

Browse files
committed
Update package version
1 parent 84a581f commit 2a7fe96

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.1.1] - 2025-11-17 11:45:43
9+
10+
### Added
11+
12+
- Policy and Dynamic classes now support addition operator (__add__) to combine policies and dynamics.
13+
- Parameter values are appended when combining policies/dynamics.
14+
- Simulation modifiers are chained in sequence when combining policies/dynamics.
15+
816
## [3.1.0] - 2025-11-17 10:25:50
917

1018
## [3.0.0] - 2025-09-23 08:43:22
@@ -195,6 +203,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
195203

196204

197205

206+
[3.1.1]: https://github.com/PolicyEngine/policyengine.py/compare/3.1.0...3.1.1
198207
[3.1.0]: https://github.com/PolicyEngine/policyengine.py/compare/3.0.0...3.1.0
199208
[3.0.0]: https://github.com/PolicyEngine/policyengine.py/compare/2.0.0...3.0.0
200209
[2.0.0]: https://github.com/PolicyEngine/policyengine.py/compare/1.0.0...2.0.0

changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,11 @@
157157
- Just basemodels, no sqlmodels.
158158
- Clean, working analysis at both household and macro level for uk and us.
159159
date: 2025-11-17 10:25:50
160+
- bump: patch
161+
changes:
162+
added:
163+
- Policy and Dynamic classes now support addition operator (__add__) to combine
164+
policies and dynamics.
165+
- Parameter values are appended when combining policies/dynamics.
166+
- Simulation modifiers are chained in sequence when combining policies/dynamics.
167+
date: 2025-11-17 11:45:43

changelog_entry.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
- bump: patch
2-
changes:
3-
added:
4-
- Policy and Dynamic classes now support addition operator (__add__) to combine policies and dynamics.
5-
- Parameter values are appended when combining policies/dynamics.
6-
- Simulation modifiers are chained in sequence when combining policies/dynamics.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "policyengine"
7-
version = "3.1.0"
7+
version = "3.1.1"
88
description = "A package to conduct policy analysis using PolicyEngine tax-benefit models."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)