Skip to content

Commit 92cbcd3

Browse files
authored
bump: Version 1.0.0 -> 1.1.0 (#878)
1 parent 7880064 commit 92cbcd3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/contribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ pip install -e .[dev,cli]
2929
$ pip list -e
3030
Package Version Editable project location
3131
------- ------- -------------------------
32-
anta 1.0.0 /mnt/lab/projects/anta
32+
anta 1.1.0 /mnt/lab/projects/anta
3333
```
3434

3535
Then, [`tox`](https://tox.wiki/) is configured with few environments to run CI locally:

docs/requirements-and-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ which anta
8686
```bash
8787
# Check ANTA version
8888
anta --version
89-
anta, version v1.0.0
89+
anta, version v1.1.0
9090
```
9191

9292
## EOS Requirements

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "anta"
8-
version = "v1.0.0"
8+
version = "v1.1.0"
99
readme = "docs/README.md"
1010
authors = [{ name = "Arista Networks ANTA maintainers", email = "anta-dev@arista.com" }]
1111
maintainers = [
@@ -119,7 +119,7 @@ namespaces = false
119119
# Version
120120
################################
121121
[tool.bumpver]
122-
current_version = "1.0.0"
122+
current_version = "1.1.0"
123123
version_pattern = "MAJOR.MINOR.PATCH"
124124
commit_message = "bump: Version {old_version} -> {new_version}"
125125
commit = true

0 commit comments

Comments
 (0)