Skip to content

Commit

Permalink
bump: ANTA v0.8.0 (#410)
Browse files Browse the repository at this point in the history
bump: Version 0.7.2 -> 0.8.0
  • Loading branch information
titom73 committed Sep 22, 2023
1 parent 8c31823 commit 5451f26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ pip install -e .[dev]
$ pip list -e
Package Version Editable project location
------- ------- -------------------------
anta 0.7.2 /mnt/lab/projects/anta
anta 0.8.0 /mnt/lab/projects/anta
```

Then, [`tox`](https://tox.wiki/) is configued with few environments to run CI locally:
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements-and-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ which anta
```bash
# Check ANTA version
anta --version
anta, version v0.7.2
anta, version v0.8.0
```

## EOS Requirements
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "anta"
version = "v0.7.2"
version = "v0.8.0"
readme = "docs/README.md"
authors = [{ name = "Khelil Sator", email = "[email protected]" }]
maintainers = [
Expand Down Expand Up @@ -106,7 +106,7 @@ namespaces = false
# Version
################################
[tool.bumpver]
current_version = "0.7.2"
current_version = "0.8.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump: Version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 5451f26

Please sign in to comment.