Skip to content

Commit c0348db

Browse files
committed
Prepare release 3.15.8.
1 parent 472ac33 commit c0348db

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

etc/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.15.7
1+
3.15.8

src/java/CdbWebPortal/src/java/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ prettyPrint: true
44
cacheTTL: 0
55
openAPI:
66
info:
7-
version: '3.15.7'
7+
version: '3.15.8'
88
title: Component Database API
99
description: 'The API that provides access to Component Database data.'
1010
contact:

tools/developer_tools/python-client/setup-api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from setuptools import find_packages
1717

1818
setup(name='ComponentDB-API',
19-
version='3.15.8.dev0',
19+
version='3.15.8',
2020
packages=["cdbApi",
2121
"cdbApi.api",
2222
"cdbApi.models"],

tools/developer_tools/python-client/setup-cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from setuptools import find_packages
1717

1818
setup(name='ComponentDB-CLI',
19-
version='3.15.7',
19+
version='3.15.8',
2020
packages=['cdbCli',
2121
'cdbCli.common',
2222
'cdbCli.common.cli',
@@ -32,7 +32,7 @@
3232
'pandas',
3333
'rich',
3434
'InquirerPy',
35-
'ComponentDB-API==3.15.7'],
35+
'ComponentDB-API==3.15.8'],
3636
license='Copyright (c) UChicago Argonne, LLC. All rights reserved.',
3737
description='Python APIs used to communicate with java hosted ComponentDB API.',
3838
maintainer='Dariusz Jarosz',

0 commit comments

Comments
 (0)