Skip to content

Commit

Permalink
bump: Anta 0.7.1 -> 0.7.2 (#358)
Browse files Browse the repository at this point in the history
bump: Version 0.7.1 -> 0.7.2
  • Loading branch information
titom73 committed Aug 10, 2023
1 parent cb69210 commit 1938783
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 @@ -20,7 +20,7 @@ $ pip install -e .[dev]
$ pip list -e
Package Version Editable project location
------- ------- -------------------------
anta 0.7.1 /mnt/lab/projects/anta
anta 0.7.2 /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 @@ -55,7 +55,7 @@ which anta
```bash
# Check ANTA version
anta --version
anta, version v0.7.1
anta, version v0.7.2
```

## 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.1"
version = "v0.7.2"
readme = "docs/README.md"
authors = [{ name = "Khelil Sator", email = "ksator@arista.com" }]
maintainers = [
Expand Down Expand Up @@ -106,7 +106,7 @@ namespaces = false
# Version
################################
[tool.bumpver]
current_version = "0.7.1"
current_version = "0.7.2"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump: Version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 1938783

Please sign in to comment.