Skip to content

Commit dd97fe4

Browse files
authored
bump: Version 0.14.0 -> 0.15.0 (#687)
1 parent 700269a commit dd97fe4

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
@@ -28,7 +28,7 @@ $ pip install -e .[dev,cli]
2828
$ pip list -e
2929
Package Version Editable project location
3030
------- ------- -------------------------
31-
anta 0.14.0 /mnt/lab/projects/anta
31+
anta 0.15.0 /mnt/lab/projects/anta
3232
```
3333

3434
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
@@ -93,7 +93,7 @@ which anta
9393
```bash
9494
# Check ANTA version
9595
anta --version
96-
anta, version v0.14.0
96+
anta, version v0.15.0
9797
```
9898

9999
## 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 = "v0.14.0"
8+
version = "v0.15.0"
99
readme = "docs/README.md"
1010
authors = [{ name = "Khelil Sator", email = "ksator@arista.com" }]
1111
maintainers = [
@@ -110,7 +110,7 @@ namespaces = false
110110
# Version
111111
################################
112112
[tool.bumpver]
113-
current_version = "0.14.0"
113+
current_version = "0.15.0"
114114
version_pattern = "MAJOR.MINOR.PATCH"
115115
commit_message = "bump: Version {old_version} -> {new_version}"
116116
commit = true

0 commit comments

Comments
 (0)