File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- - bump : major
2- changes :
3- added :
4- - Consolidated models and database integration.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " policyengine"
7- version = " 1 .0.0"
7+ version = " 2 .0.0"
88description = " A package to conduct policy analysis using PolicyEngine tax-benefit models."
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments