From 4308f588e7b21acb450273dd751291fded99ac85 Mon Sep 17 00:00:00 2001 From: Christoph Volkert Date: Sat, 13 Apr 2019 18:34:30 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.18.0=20=E2=86=92=200.19.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- inyoka/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8dccd8bf4..ab1d8ecff 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.18.0 +current_version = 0.19.0 commit = True tag = True sign = True diff --git a/inyoka/__init__.py b/inyoka/__init__.py index 3715c49b6..d546c92e5 100644 --- a/inyoka/__init__.py +++ b/inyoka/__init__.py @@ -118,4 +118,4 @@ socket.setdefaulttimeout(10.0) # Inyoka version is updated through bumpversion and can stay hardcoded here. -INYOKA_VERSION = "v0.18.0" +INYOKA_VERSION = "v0.19.0"