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 d212d0a commit 9dbb833
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

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

- Technical improvement
- Details:
- Add `first-time-setup.sh`

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

- Technical improvement
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ lint: clean

test: clean
poetry run openfisca test --country-package=openfisca_country_template --extensions=openfisca_extension_template tests
lib/bashunit --parallel --simple tests/**/*.sh
1 change: 0 additions & 1 deletion bashdep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
chmod +x lib/bashdep
}

# Add latest bashunit release to your dependencies
readonly DEPENDENCIES=(
"https://github.com/openfisca/openfisca-setup-builder/releases/download/0.1.0/first-time-setup.sh"
)
Expand Down
13 changes: 1 addition & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions 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.4"
version = "2.0.5"
description = "An OpenFisca extension that adds some variables to an already-existing tax and benefit system."
license = "AGPL-3.0-only"
authors = [ "OpenFisca Team <[email protected]>" ]
Expand Down Expand Up @@ -40,7 +40,6 @@ ruff-lsp = { version = "^0.0.57", optional = true }
shellcheck-py = { version = "^0.10.0.1", optional = true }
shfmt-py = { version = "^3.7.0.1", optional = true }
twine = { version = "^5.1.1", optional = true }
unidecode = { version = "^1.3.8", optional = true }
yamllint = { version = "^1.35.1", optional = true }

[tool.poetry.extras]
Expand All @@ -55,7 +54,6 @@ dev = [
"ruff-lsp",
"shellcheck-py",
"shfmt-py",
"unidecode",
"yamllint",
]
ci = [ "twine" ]
Expand Down

0 comments on commit 9dbb833

Please sign in to comment.