Skip to content

Commit a79d129

Browse files
authored
Merge pull request #330 from rsnyman/release-2.1.3
Release 2.1.3
2 parents 3b0c531 + a9daa7f commit a79d129

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 2.1.3
2+
=============
3+
4+
* Check if the first argument passed to on_failure is a dict
5+
* new endpoint filter for frontend
6+
* fix AttributeError: 'NoneType' object has no attribute 'project'
7+
* fix docker-compose command in README
8+
* Update version number
9+
110
Version 2.1.0
211
=============
312

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.2
5+
version: 2.1.3
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.2"
6+
VERSION = "2.1.3"
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.2",
3+
"version": "2.1.3",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "^7.15.8",

0 commit comments

Comments
 (0)