Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 23, 2024
1 parent cddbb82 commit e35bf43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### 2.0.3 - [#61](https://github.com/openfisca/extension-template/pull/61)

- Minor change.
- Impacted areas: `**/*.sh`
- Details:
- Add `shellcheck` and `shfmt` (shell formatter)

### 2.0.2 - [#60](https://github.com/openfisca/extension-template/pull/60)

- Minor change.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [ "poetry-core>=1.7", "setuptools>=61" ]

[tool.poetry]
name = "openfisca-extension_template"
version = "2.0.2"
version = "2.0.3"
description = "An OpenFisca extension that adds some variables to an already-existing tax and benefit system."
license = "AGPL-3.0-only"
authors = [ "OpenFisca Team <contact@openfisca.org>" ]
Expand Down

0 comments on commit e35bf43

Please sign in to comment.