Skip to content

Commit

Permalink
Bump version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenstad committed Sep 20, 2023
1 parent 719b57c commit 3415742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "nornir"
version = "3.3.0"
version = "3.4.0"
description = "Pluggable multi-threaded framework with inventory management to help operate collections of devices"
authors = ["David Barroso <[email protected]>"]
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ filterwarnings =

[mypy]
# The mypy configurations: http://bit.ly/2zEl9WI
python_version = 3.7
python_version = 3.8
check_untyped_defs = True
disallow_any_generics = True
disallow_untyped_calls = True
Expand Down

0 comments on commit 3415742

Please sign in to comment.