From c00a43425a783e22c3198804566654eddd733a69 Mon Sep 17 00:00:00 2001 From: Egor Shamardin <33912805+LightOfHeaven1994@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:21:46 +0200 Subject: [PATCH] Release 2.5.8 (#495) --- CHANGELOG.md | 6 ++++++ backend/ibutsu_server/openapi/openapi.yaml | 2 +- backend/setup.py | 2 +- frontend/package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aec2bdc3..e15d3781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Version 2.5.8 +============= + +* Correct check condition on group field +* Fix report deletion through API + Version 2.5.7 ============= diff --git a/backend/ibutsu_server/openapi/openapi.yaml b/backend/ibutsu_server/openapi/openapi.yaml index 9e42b7df..5b9a3507 100644 --- a/backend/ibutsu_server/openapi/openapi.yaml +++ b/backend/ibutsu_server/openapi/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: description: A system to store and query test results title: Ibutsu API - version: 2.5.7 + version: 2.5.8 servers: - url: /api tags: diff --git a/backend/setup.py b/backend/setup.py index 613613a6..9e5ac956 100644 --- a/backend/setup.py +++ b/backend/setup.py @@ -2,7 +2,7 @@ from setuptools import setup NAME = "ibutsu_server" -VERSION = "2.5.7" +VERSION = "2.5.8" REQUIRES = [ "alembic", "celery", diff --git a/frontend/package.json b/frontend/package.json index 980caa0e..cc9552ac 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "ibutsu-frontend", - "version": "2.5.7", + "version": "2.5.8", "private": true, "dependencies": { "@babel/core": "^7.21.3",