From 053a1d595e18ed78c88131be3dda4773b2227644 Mon Sep 17 00:00:00 2001 From: Christian Meter Date: Tue, 22 Sep 2020 17:49:10 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.27.1=20=E2=86=92=201.27.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- api/swagger-ui/dbas_openapi_v3.yaml | 2 +- dbas/views/helper.py | 2 +- package.json | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3e65c3a4e..f5a93cc50 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.27.1 +current_version = 1.27.2 commit = True tag = True diff --git a/api/swagger-ui/dbas_openapi_v3.yaml b/api/swagger-ui/dbas_openapi_v3.yaml index c68fc6b58..979dd95e8 100644 --- a/api/swagger-ui/dbas_openapi_v3.yaml +++ b/api/swagger-ui/dbas_openapi_v3.yaml @@ -3,7 +3,7 @@ servers: - url: 'http://localhost:4284/api' - url: 'https://dbas.cs.uni-duesseldorf.de/api' info: - version: "1.27.1" + version: "1.27.2" title: D-BAS paths: diff --git a/dbas/views/helper.py b/dbas/views/helper.py index 76dd46541..9a205bd8c 100644 --- a/dbas/views/helper.py +++ b/dbas/views/helper.py @@ -14,7 +14,7 @@ LOG = logging.getLogger(__name__) name = 'D-BAS' -version = '1.27.1' +version = '1.27.2' full_version = version project_name = name + ' ' + full_version diff --git a/package.json b/package.json index 592733852..40acc9c13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "D-BAS", - "version": "1.27.1", + "version": "1.27.2", "description": "system for dialog-based online argumentation", "main": "app.js", "repository": "git@github.com:hhucn/dbas", diff --git a/pyproject.toml b/pyproject.toml index 868260837..9bf83a168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbas" -version = "1.27.1" +version = "1.27.2" description = "" authors = ["None"]