From 8c37113ee235ae986c1a95c1d74cd3a6d0904068 Mon Sep 17 00:00:00 2001 From: Brandon Minnix Date: Thu, 21 Mar 2024 10:37:38 -0400 Subject: [PATCH 1/2] Fixing version after a reset --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e42c8f06..33794ac1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netutils" -version = "1.7.0" +version = "1.7.1" description = "Common helper functions useful in network automation." authors = ["Network to Code, LLC "] license = "Apache-2.0" From a5e23212e1e36a88074bad375a5d82014338487c Mon Sep 17 00:00:00 2001 From: Brandon Minnix Date: Thu, 21 Mar 2024 11:23:42 -0400 Subject: [PATCH 2/2] Attempting a change to see if this branch works. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33794ac1..40b983eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netutils" -version = "1.7.1" +version = "1.7.2" description = "Common helper functions useful in network automation." authors = ["Network to Code, LLC "] license = "Apache-2.0"