File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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+
110Version 2.1.0
211=============
312
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ openapi: 3.0.0
22info :
33 description : A system to store and query test results
44 title : Ibutsu API
5- version : 2.1.2
5+ version : 2.1.3
66servers :
77 - url : /api
88tags :
Original file line number Diff line number Diff line change 33from setuptools import setup
44
55NAME = "ibutsu_server"
6- VERSION = "2.1.2 "
6+ VERSION = "2.1.3 "
77REQUIRES = [
88 "alembic" ,
99 # Pin Celery to be compatible with Kombu
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments