Skip to content

Commit fc68dae

Browse files
committed
2.6.1, skipping changelog
github generates a better changelog now anyway and the release script is broken
1 parent 776f913 commit fc68dae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

backend/ibutsu_server/openapi/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
description: A system to store and query test results
44
title: Ibutsu API
5-
version: 2.6.0
5+
version: 2.6.1
66
servers:
77
- url: /api
88
tags:

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
version = "2.6.0"
2+
version = "2.6.1"
33
name = "ibutsu_server"
44
description = "A system to store and query test results and artifacts"
55
authors = [

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibutsu-frontend",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"private": true,
55
"dependencies": {
66
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",

0 commit comments

Comments
 (0)