Skip to content

Commit

Permalink
Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Jan 8, 2025
1 parent d9e637a commit 0020ff1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
- bump: patch
changes:
fixed:
- Subsetting bug with time periods.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 0020ff1

Please sign in to comment.