From 2e3ab36d92c0507803a9cd4f3530866de84b8a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C4=8Cavoj?= Date: Mon, 23 Jan 2023 16:06:37 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.11.2=20=E2=86=92=202.11.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 10d025f3..1c7f633f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "trojstenweb" -version = "2.11.2" +version = "2.11.3" description = "Trojsten web" authors = ["Trojsten Tech Team "] license = "MIT" diff --git a/setup.cfg b/setup.cfg index ee7a7aed..5366fd09 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.11.2 +current_version = 2.11.3 commit = True tag = True