From 9b32738c330c8b9a13c4d4b26a16d8414938e8ad Mon Sep 17 00:00:00 2001 From: Cian McGrath Date: Mon, 15 Apr 2024 11:48:28 +0100 Subject: [PATCH] repo: Release 1.19.1 Includes: - Fixes to allow for logging failures to be more easily ignored - Fixes to tag pulling to reflect workspace state more accurately - Dropping python 2 support - Converts to using toml files - Some updates to rAPI clients Change-Id: I7ab49bdfad59c73ad713d347170c3584e2c383f6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb3fc9df..260ddb40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cloudvision" -version = "1.19.0" +version = "1.19.1" dynamic = ["dependencies", "optional-dependencies"] description = "A Python library for Arista's CloudVision APIs and Provisioning Action integrations." requires-python = ">=3.7.0"