Skip to content

Commit

Permalink
bump: Version 1.0.0 -> 1.1.0 (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc authored Oct 11, 2024
1 parent 7880064 commit 92cbcd3
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 @@ -29,7 +29,7 @@ $ pip install -e .[dev,cli]
$ pip list -e
Package Version Editable project location
------- ------- -------------------------
anta 1.0.0 /mnt/lab/projects/anta
anta 1.1.0 /mnt/lab/projects/anta
```

Then, [`tox`](https://tox.wiki/) is configured 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 @@ -86,7 +86,7 @@ which anta
```bash
# Check ANTA version
anta --version
anta, version v1.0.0
anta, version v1.1.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 = "v1.0.0"
version = "v1.1.0"
readme = "docs/README.md"
authors = [{ name = "Arista Networks ANTA maintainers", email = "[email protected]" }]
maintainers = [
Expand Down Expand Up @@ -119,7 +119,7 @@ namespaces = false
# Version
################################
[tool.bumpver]
current_version = "1.0.0"
current_version = "1.1.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump: Version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 92cbcd3

Please sign in to comment.