Skip to content

Commit

Permalink
Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Dec 2, 2024
1 parent b65e698 commit d9691f6
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.1.0] - 2024-12-02 12:12:59

### Added

- Budget chart.
- Budget window chart and data.

## [2.0.0] - 2024-12-01 12:38:17

### Added
Expand All @@ -25,5 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[2.1.0]: https://github.com/PolicyEngine/policyengine.py/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/PolicyEngine/policyengine.py/compare/1.0.1...2.0.0
[1.0.1]: https://github.com/PolicyEngine/policyengine.py/compare/1.0.0...1.0.1
6 changes: 6 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@
- Major version bump to succeed old versions of the package under a different
repo.
date: 2024-12-01 12:38:17
- bump: minor
changes:
added:
- Budget chart.
- Budget window chart and data.
date: 2024-12-02 12:12:59
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.0.0"
version = "2.1.0"
description = "A package to conduct policy analysis using PolicyEngine tax-benefit models."
readme = "README.md"
authors = [
Expand Down

0 comments on commit d9691f6

Please sign in to comment.