Skip to content

Commit f41c513

Browse files
Update package version
1 parent fb67004 commit f41c513

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
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+
## [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

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,8 @@
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

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-
fixed:
4-
- Major version bump to fix pypi issues.

pyproject.toml

Lines changed: 3 additions & 3 deletions
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 = "2.0.0"
7+
version = "3.0.0"
88
description = "A package to conduct policy analysis using PolicyEngine tax-benefit models."
99
readme = "README.md"
1010
authors = [
@@ -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",

0 commit comments

Comments
 (0)