Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump: Version 0.10.0 -> 0.11.0 #454

Merged
merged 1 commit into from
Nov 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ pip install -e .[dev]
$ pip list -e
Package Version Editable project location
------- ------- -------------------------
anta 0.10.0 /mnt/lab/projects/anta
anta 0.11.0 /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 @@ -61,7 +61,7 @@ which anta
```bash
# Check ANTA version
anta --version
anta, version v0.10.0
anta, version v0.11.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 = "v0.10.0"
version = "v0.11.0"
readme = "docs/README.md"
authors = [{ name = "Khelil Sator", email = "[email protected]" }]
maintainers = [
Expand Down Expand Up @@ -110,7 +110,7 @@ namespaces = false
# Version
################################
[tool.bumpver]
current_version = "0.10.0"
current_version = "0.11.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump: Version {old_version} -> {new_version}"
commit = true
Expand Down