diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b7526f..b6f8f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.4.1] - 2025-01-09 10:52:28 + +### Fixed + +- Subsetting bug with time periods. + ## [2.4.0] - 2024-12-23 08:05:21 ### Fixed @@ -64,6 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.4.1]: https://github.com/PolicyEngine/policyengine.py/compare/2.4.0...2.4.1 [2.4.0]: https://github.com/PolicyEngine/policyengine.py/compare/2.3.0...2.4.0 [2.3.0]: https://github.com/PolicyEngine/policyengine.py/compare/2.2.2...2.3.0 [2.2.2]: https://github.com/PolicyEngine/policyengine.py/compare/2.2.1...2.2.2 diff --git a/changelog.yaml b/changelog.yaml index 0f4ad9b..38ab0d2 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -47,3 +47,8 @@ fixed: - Bug causing local authority impacts to fail. date: 2024-12-23 08:05:21 +- bump: patch + changes: + fixed: + - Subsetting bug with time periods. + date: 2025-01-09 10:52:28 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index f4b6668..e69de29 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Subsetting bug with time periods. diff --git a/pyproject.toml b/pyproject.toml index 2faa7b6..f3cef82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "policyengine" -version = "2.4.0" +version = "2.4.1" description = "A package to conduct policy analysis using PolicyEngine tax-benefit models." readme = "README.md" authors = [