From 343411ae7090f7adfd41b0d736ddb9eb2f2c3b67 Mon Sep 17 00:00:00 2001 From: Matti Lamppu Date: Mon, 16 Sep 2024 16:48:55 +0300 Subject: [PATCH] Bump version to 0.8.4 --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fcfda7e..e003b26 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,6 +35,7 @@ body: If you are not using the latest version, please try to also reproduce the bug on the latest version before opening the issue. options: + _ "0.8.4" _ "0.8.3" - "0.8.2" - "0.8.1" diff --git a/pyproject.toml b/pyproject.toml index d47869a..2f77c87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dynamics-client" -version = "0.8.3" +version = "0.8.4" description = "Client for making Web API request from a Microsoft Dynamics 365 Database." authors = [ "Matti Lamppu ",