Skip to content

Commit

Permalink
bump: version 4.2.0 → 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denisrosset committed Mar 4, 2022
1 parent 5890a6f commit f52b531
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v4.2.1 (2022-03-04)

### Fix

- do not ignore default parameter values anymore

## v4.2.0 (2022-03-04)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "configpile"
readme = "README.rst"
repository = "https://github.com/denisrosset/configpile.git"
version = "4.2.0"
version = "4.2.1"

[tool.poetry.dependencies]
class-doc = "^0.2.6"
Expand Down Expand Up @@ -104,7 +104,7 @@ style = [
]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version = "4.2.0"
version = "4.2.1"
version_files = [
"src/configpile/__init__.py:version",
"pyproject.toml:version",
Expand Down
2 changes: 1 addition & 1 deletion src/configpile/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.2.0"
__version__ = "4.2.1"

0 comments on commit f52b531

Please sign in to comment.