Skip to content

Commit

Permalink
Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Dec 6, 2024
1 parent 422c248 commit 5a5b33a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.3.0] - 2024-12-06 14:01:00

### Added

- Household earnings variation chart generation function.
- Regional filtering improvements.

## [2.2.1] - 2024-12-03 13:16:27

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



[2.3.0]: https://github.com/PolicyEngine/policyengine.py/compare/2.2.1...2.3.0
[2.2.1]: https://github.com/PolicyEngine/policyengine.py/compare/2.2.0...2.2.1
[2.2.0]: https://github.com/PolicyEngine/policyengine.py/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/PolicyEngine/policyengine.py/compare/2.0.0...2.1.0
Expand Down
6 changes: 6 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@
fixed:
- Formatting in constituency charts.
date: 2024-12-03 13:16:27
- bump: minor
changes:
added:
- Household earnings variation chart generation function.
- Regional filtering improvements.
date: 2024-12-06 14:01:00
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.2.1"
version = "2.3.0"
description = "A package to conduct policy analysis using PolicyEngine tax-benefit models."
readme = "README.md"
authors = [
Expand Down

0 comments on commit 5a5b33a

Please sign in to comment.