Skip to content

Commit

Permalink
Merge pull request #21 from john-dupuy/release-1.10.0
Browse files Browse the repository at this point in the history
Version 1.10.0
  • Loading branch information
rsnyman authored Jul 21, 2020
2 parents da40c23 + f0c8e9e commit 63b292e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/ibutsu_server/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 63b292e

Please sign in to comment.