Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
Fixes #56

* Crash fix
* Details:
  - Add pyproject.toml
  - Fix variables not being loaded
  - Upgrade country-template to latest
  • Loading branch information
bonjourmauko committed Sep 29, 2024
1 parent 265cbb9 commit 5950694
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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

* Crash fix.
* Details:
- Add pyproject.toml
- Fix variables not being loaded
- Upgrade country-template to latest

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

* Technical improvement.
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 @@ build-backend = "setuptools.build_meta"

[project]
name = "openfisca-extension_template"
version = "1.3.14"
version = "1.3.15"
dependencies = [
"openfisca-country-template >=7.1.4, <8.0"
]
Expand Down

0 comments on commit 5950694

Please sign in to comment.