We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b7d9e commit 558530cCopy full SHA for 558530c
backend/ibutsu_server/openapi/openapi.yaml
@@ -2,7 +2,7 @@ openapi: 3.0.0
2
info:
3
description: A system to store and query test results
4
title: Ibutsu API
5
- version: 2.6.5
+ version: 2.6.6
6
servers:
7
- url: /api
8
tags:
backend/pyproject.toml
@@ -1,5 +1,5 @@
1
[project]
-version = "2.6.5"
+version = "2.6.6"
name = "ibutsu_server"
description = "A system to store and query test results and artifacts"
authors = [
frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "ibutsu-frontend",
- "version": "2.6.5",
+ "version": "2.6.6",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
0 commit comments