Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 053a1d5

Browse files
committed
Bump version: 1.27.1 → 1.27.2
1 parent fe1d793 commit 053a1d5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.27.1
2+
current_version = 1.27.2
33
commit = True
44
tag = True
55

Diff for: api/swagger-ui/dbas_openapi_v3.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ servers:
33
- url: 'http://localhost:4284/api'
44
- url: 'https://dbas.cs.uni-duesseldorf.de/api'
55
info:
6-
version: "1.27.1"
6+
version: "1.27.2"
77
title: D-BAS
88

99
paths:

Diff for: dbas/views/helper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
LOG = logging.getLogger(__name__)
1616
name = 'D-BAS'
17-
version = '1.27.1'
17+
version = '1.27.2'
1818
full_version = version
1919
project_name = name + ' ' + full_version
2020

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "D-BAS",
3-
"version": "1.27.1",
3+
"version": "1.27.2",
44
"description": "system for dialog-based online argumentation",
55
"main": "app.js",
66
"repository": "[email protected]:hhucn/dbas",

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dbas"
3-
version = "1.27.1"
3+
version = "1.27.2"
44
description = ""
55
authors = ["None"]
66

0 commit comments

Comments
 (0)