From 341574250d3e40c577137404fa361b0aaf8eec7c Mon Sep 17 00:00:00 2001 From: Patrick Ogenstad Date: Wed, 20 Sep 2023 19:34:22 +0200 Subject: [PATCH] Bump version to 3.4.0 --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bad3a760..b0c1f977 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "Apache 2.0" diff --git a/setup.cfg b/setup.cfg index 085f1697..b2d5a62c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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