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

Release 0.6.0 with JSON Path support #30

Merged
merged 18 commits into from
Apr 7, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Bump version to 0.6.0
  • Loading branch information
ubaumann committed Apr 7, 2024
commit 9175b489fb994f30819d2edbe8eec0380c862eab
2 changes: 1 addition & 1 deletion nettowel/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.1" # From Makefile
__version__ = "0.6.0" # From Makefile
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nettowel"
version = "0.5.1"
version = "0.6.0"
description = "Network Automation Collection"
authors = ["ubaumann <github@m.ubaumann.ch>"]
license = "Apache 2.0"
2 changes: 1 addition & 1 deletion tests/test_nettowel.py
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@


def test_version() -> None:
assert __version__ == "0.5.1" # From Makefile
assert __version__ == "0.6.0" # From Makefile
Loading