From 5a5b33a2f4cfbadc34d8fda4d2976ebd6ddf1616 Mon Sep 17 00:00:00 2001 From: Nikhil Woodruff Date: Fri, 6 Dec 2024 14:01:10 +0000 Subject: [PATCH] Versioning --- CHANGELOG.md | 8 ++++++++ changelog.yaml | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e83314e..29336b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/changelog.yaml b/changelog.yaml index 917d302..a74e964 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index aa70a59..9a4c19f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [