File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ Version 2.5.1
2+ =============
3+
4+ * Fix #441 where project id was not being applied to the results
5+ * Some bug fixes for tokens and projects
6+
17Version 2.5.0
28=============
39
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.5.0
5+ version : 2.5.1
66servers :
77 - url : /api
88tags :
Original file line number Diff line number Diff line change 22from setuptools import setup
33
44NAME = "ibutsu_server"
5- VERSION = "2.5.0 "
5+ VERSION = "2.5.1 "
66REQUIRES = [
77 "alembic" ,
88 "celery" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " ibutsu-frontend" ,
3- "version" : " 2.5.0 " ,
3+ "version" : " 2.5.1 " ,
44 "private" : true ,
55 "dependencies" : {
66 "@babel/core" : " ^7.21.3" ,
You can’t perform that action at this time.
0 commit comments