Skip to content

Commit

Permalink
bump: Version 0.15.0 -> 1.0.0 (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc authored Jun 12, 2024
1 parent 33bc7d2 commit 6df9006
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $ pip install -e .[dev,cli]
$ pip list -e
Package Version Editable project location
------- ------- -------------------------
anta 0.15.0 /mnt/lab/projects/anta
anta 1.0.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 @@ -93,7 +93,7 @@ which anta
```bash
# Check ANTA version
anta --version
anta, version v0.15.0
anta, version v1.0.0
```

## EOS Requirements
Expand Down
6 changes: 3 additions & 3 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.15.0"
version = "v1.0.0"
readme = "docs/README.md"
authors = [{ name = "Arista Networks ANTA maintainers", email = "[email protected]" }]
maintainers = [
Expand Down Expand Up @@ -35,7 +35,7 @@ keywords = ["test", "anta", "Arista", "network", "automation", "networking", "de
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
Expand Down Expand Up @@ -113,7 +113,7 @@ namespaces = false
# Version
################################
[tool.bumpver]
current_version = "0.15.0"
current_version = "1.0.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump: Version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 6df9006

Please sign in to comment.