From f0c8e9eb3e540b62be6826f774237cace5f9b7b3 Mon Sep 17 00:00:00 2001 From: john-dupuy Date: Tue, 21 Jul 2020 14:37:35 -0400 Subject: [PATCH] Version 1.10.0 --- backend/ibutsu_server/openapi/openapi.yaml | 2 +- backend/setup.py | 2 +- frontend/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/ibutsu_server/openapi/openapi.yaml b/backend/ibutsu_server/openapi/openapi.yaml index 5747c0bb..efb157a0 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: 1.9.0 + version: 1.10.0 servers: - url: /api tags: diff --git a/backend/setup.py b/backend/setup.py index f0a30365..f4ef848a 100644 --- a/backend/setup.py +++ b/backend/setup.py @@ -3,7 +3,7 @@ from setuptools import setup NAME = "ibutsu_server" -VERSION = "1.9.0" +VERSION = "1.10.0" REQUIRES = [ # Pin Celery to be compatible with Kombu "celery==4.3.0", diff --git a/frontend/package.json b/frontend/package.json index a186163b..f05f54a4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "ibutsu-frontend", - "version": "1.9.0", + "version": "1.10.0", "private": true, "dependencies": { "@babel/helper-call-delegate": "^7.8.7",