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

Commit

Permalink
Bump version: 1.27.1 → 1.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
n2o committed Sep 22, 2020
1 parent fe1d793 commit 053a1d5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.27.1
current_version = 1.27.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion api/swagger-ui/dbas_openapi_v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion dbas/views/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbas"
version = "1.27.1"
version = "1.27.2"
description = ""
authors = ["None"]

Expand Down

0 comments on commit 053a1d5

Please sign in to comment.