Skip to content

Commit d90dcc5

Browse files
authored
Merge pull request #97 from john-dupuy/release-1.11.4
Release 1.11.4
2 parents f9c25ec + 8f75c71 commit d90dcc5

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: 1.11.3
5+
version: 1.11.4
66
servers:
77
- url: /api
88
tags:

backend/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
NAME = "ibutsu_server"
6-
VERSION = "1.11.3"
6+
VERSION = "1.11.4"
77
REQUIRES = [
88
# Pin Celery to be compatible with Kombu
99
"celery==4.3.0",

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": "1.11.3",
3+
"version": "1.11.4",
44
"private": true,
55
"dependencies": {
66
"@babel/helper-call-delegate": "^7.8.7",

0 commit comments

Comments
 (0)