From 10ae4c77fe4e4d32c93f03ce8e2af32b51eb6a38 Mon Sep 17 00:00:00 2001 From: Dale Myers Date: Fri, 25 Sep 2020 11:03:04 +0100 Subject: [PATCH] Bump to v1.0.0 --- .vscode/settings.json | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index faec9a8..0882939 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -38,4 +38,5 @@ "python.testing.unittestEnabled": false, "python.testing.nosetestsEnabled": false, "python.testing.pytestEnabled": true, + "python.languageServer": "Jedi", } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b342a87..7529ad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "simple_ado" -version = "0.36.0" +version = "1.0.0" description = "A simple wrapper around the Azure DevOps REST API" license = "MIT"