Skip to content

Commit

Permalink
bump: version 7.0.2 → 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denisrosset committed Mar 16, 2022
1 parent f00119a commit 2efa529
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.1.0 (2022-03-16)

### Feat

- **errors**: add context in error reporting

## v7.0.2 (2022-03-16)

### 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.0.2"
version = "7.1.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.0.2"
version = "7.1.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.0.2"
__version__ = "7.1.0"

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

0 comments on commit 2efa529

Please sign in to comment.