File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Expand file tree Collapse file tree 4 files changed +15
-7
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+ ## [ 3.0.0] - 2025-09-23 08:43:22
9+
10+ ### Fixed
11+
12+ - Major version bump to fix pypi issues.
13+
814## [ 2.0.0] - 2025-09-21 22:29:03
915
1016### Added
@@ -187,6 +193,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
187193
188194
189195
196+ [ 3.0.0 ] : https://github.com/PolicyEngine/policyengine.py/compare/2.0.0...3.0.0
190197[ 2.0.0 ] : https://github.com/PolicyEngine/policyengine.py/compare/1.0.0...2.0.0
191198[ 1.0.0 ] : https://github.com/PolicyEngine/policyengine.py/compare/0.6.1...1.0.0
192199[ 0.6.1 ] : https://github.com/PolicyEngine/policyengine.py/compare/0.6.0...0.6.1
Original file line number Diff line number Diff line change 147147 added :
148148 - Consolidated models and database integration.
149149 date : 2025-09-21 22:29:03
150+ - bump : major
151+ changes :
152+ fixed :
153+ - Major version bump to fix pypi issues.
154+ date : 2025-09-23 08:43:22
Original file line number Diff line number Diff line change 1- - bump : major
2- changes :
3- fixed :
4- - Major version bump to fix pypi issues.
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 = " 2 .0.0"
7+ version = " 3 .0.0"
88description = " A package to conduct policy analysis using PolicyEngine tax-benefit models."
99readme = " README.md"
1010authors = [
@@ -20,8 +20,8 @@ dependencies = [
2020 " pymysql>=1.1.0" ,
2121 " google-cloud-storage>=2.10.0" ,
2222 " getpass4" ,
23- " pydantic>=2 .0.0" ,
24- " pandas>=2 .0.0" ,
23+ " pydantic>=3 .0.0" ,
24+ " pandas>=3 .0.0" ,
2525 " rich>=13.0.0" ,
2626 " ipywidgets>=8.0.0" ,
2727 " microdf_python" ,
You can’t perform that action at this time.
0 commit comments