Skip to content

Commit b4cce84

Browse files
committed
Release 2.1.4\n\n* Fix a bug with the dashboard
* Bump async from 2.6.3 to 2.6.4 in /frontend
1 parent 5b8dca4 commit b4cce84

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 2.1.4
2+
=============
3+
4+
* Fix a bug with the dashboard
5+
* Bump async from 2.6.3 to 2.6.4 in /frontend
6+
17
Version 2.1.3
28
=============
39

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.1.3
5+
version: 2.1.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 = "2.1.3"
6+
VERSION = "2.1.4"
77
REQUIRES = [
88
"alembic",
99
# Pin Celery to be compatible with Kombu

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.1.3",
3+
"version": "2.1.4",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "^7.15.8",

0 commit comments

Comments
 (0)