Skip to content

Commit 4e0e526

Browse files
Update package version
1 parent 724cddd commit 4e0e526

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.0.0] - 2025-09-21 22:29:03
9+
10+
### Added
11+
12+
- Consolidated models and database integration.
13+
814
## [1.0.0] - 2025-09-21 22:26:17
915

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

182188

183189

190+
[2.0.0]: https://github.com/PolicyEngine/policyengine.py/compare/1.0.0...2.0.0
184191
[1.0.0]: https://github.com/PolicyEngine/policyengine.py/compare/0.6.1...1.0.0
185192
[0.6.1]: https://github.com/PolicyEngine/policyengine.py/compare/0.6.0...0.6.1
186193
[0.6.0]: https://github.com/PolicyEngine/policyengine.py/compare/0.5.0...0.6.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,8 @@
142142
added:
143143
- Complete rewrite.
144144
date: 2025-09-21 22:26:17
145+
- bump: major
146+
changes:
147+
added:
148+
- Consolidated models and database integration.
149+
date: 2025-09-21 22:29:03

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: major
2-
changes:
3-
added:
4-
- Consolidated models and database integration.

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 = "1.0.0"
7+
version = "2.0.0"
88
description = "A package to conduct policy analysis using PolicyEngine tax-benefit models."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)