From deed5edc89a13339c05b5eb40024a4dd98450770 Mon Sep 17 00:00:00 2001 From: Oliver Schwengers Date: Thu, 30 Sep 2021 12:20:39 +0200 Subject: [PATCH] bump version to v1.2.0 --- bakta/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bakta/__init__.py b/bakta/__init__.py index fd352a36..7a0be375 100644 --- a/bakta/__init__.py +++ b/bakta/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.1.1' +__version__ = '1.1.2' __db_schema_version__ = 3