From 83e3d84068d586eeda0087943a7ff9fbe4a2a2eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C4=8Cavoj?= Date: Sat, 10 Dec 2022 22:27:25 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.11.1=20=E2=86=92=202.11.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- setup.cfg | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a05ea169..10d025f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "trojstenweb" -version = "2.11.1" +version = "2.11.2" description = "Trojsten web" authors = ["Trojsten Tech Team "] license = "MIT" diff --git a/setup.cfg b/setup.cfg index 881772b5..ee7a7aed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.11.1 +current_version = 2.11.2 commit = True tag = True @@ -14,3 +14,4 @@ ignore = F405, E226, F811, W503, E203 [pep8] max-line-length = 100 +