Skip to content

Commit

Permalink
bump: version 7.5.1 → 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denisrosset committed Mar 17, 2022
1 parent 974bf96 commit e1f538f
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 @@
## v7.6.0 (2022-03-17)

### Feat

- **errors**: Err.check

## v7.5.1 (2022-03-17)

### Fix
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 = "7.5.1"
version = "7.6.0"

[tool.poetry.dependencies]
class-doc = "^0.2.6"
Expand Down Expand Up @@ -107,7 +107,7 @@ style = [
]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version = "7.5.1"
version = "7.6.0"
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,4 +1,4 @@
__version__ = "7.5.1"
__version__ = "7.6.0"

from .arg import AutoName, Expander, Param, Positional
from .config import Config, Validator
Expand Down

0 comments on commit e1f538f

Please sign in to comment.