Skip to content

Commit 8be60d1

Browse files
committed
Update package version
1 parent be91f1e commit 8be60d1

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+
## [0.3.2] - 2025-05-15 21:56:02
9+
10+
### Added
11+
12+
- new class CachingGoogleStorageClient for locally caching gs files to disk.
13+
814
## [0.3.1] - 2025-05-15 15:52:24
915

1016
### Changed
@@ -60,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6066

6167

6268

69+
[0.3.2]: https://github.com/PolicyEngine/policyengine.py/compare/0.3.1...0.3.2
6370
[0.3.1]: https://github.com/PolicyEngine/policyengine.py/compare/0.3.0...0.3.1
6471
[0.3.0]: https://github.com/PolicyEngine/policyengine.py/compare/0.2.1...0.3.0
6572
[0.2.1]: https://github.com/PolicyEngine/policyengine.py/compare/0.2.0...0.2.1

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@
4141
- Refactored ParametricReform schema into clearer subschemas.
4242
- Added conversion of Infinity and -Infinity to np.inf and -np.inf.
4343
date: 2025-05-15 15:52:24
44+
- bump: patch
45+
changes:
46+
added:
47+
- new class CachingGoogleStorageClient for locally caching gs files to disk.
48+
date: 2025-05-15 21:56:02

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
added:
4-
- new class CachingGoogleStorageClient for locally caching gs files to disk.

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

0 commit comments

Comments
 (0)