Skip to content

Commit

Permalink
Merge pull request #69 from PolicyEngine/versioning
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
nikhilwoodruff authored Dec 23, 2024
2 parents 7414616 + 8f6cea3 commit 4584c36
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
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.0] - 2024-12-23 08:05:21

### Fixed

- Bug causing local authority impacts to fail.

## [2.3.0] - 2024-12-06 14:07:31

### Added
Expand Down Expand Up @@ -58,6 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[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
[2.2.1]: https://github.com/PolicyEngine/policyengine.py/compare/2.2.0...2.2.1
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@
- Household variation charts.
- Region filtering improvements.
date: 2024-12-06 14:07:31
- bump: minor
changes:
fixed:
- Bug causing local authority impacts to fail.
date: 2024-12-23 08:05:21
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.3.0"
version = "2.4.0"
description = "A package to conduct policy analysis using PolicyEngine tax-benefit models."
readme = "README.md"
authors = [
Expand Down

0 comments on commit 4584c36

Please sign in to comment.