From c24677b2bff58684501268929778211df0452efc Mon Sep 17 00:00:00 2001 From: Dale Myers Date: Mon, 25 Apr 2022 14:37:15 +0100 Subject: [PATCH] Bump to 3.15.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 458d902..b3cb383 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "simple_ado" -version = "3.14.1" +version = "3.15.0" description = "A simple wrapper around the Azure DevOps REST API" license = "MIT"