Skip to content

Commit

Permalink
Prepare release 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iTerminate committed Jan 27, 2022
1 parent 4f1b618 commit c8cf0ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion etc/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.13.DEV
3.13.0
2 changes: 1 addition & 1 deletion src/java/CdbWebPortal/src/java/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ prettyPrint: true
cacheTTL: 0
openAPI:
info:
version: '3.12.3'
version: '3.13.0'
title: Component Database API
description: 'The API that provides access to Component Database data.'
contact:
Expand Down
2 changes: 1 addition & 1 deletion tools/developer_tools/python-client/setup-api.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from setuptools import find_packages

setup(name='ComponentDB-API',
version='3.13.dev3',
version='3.13.0',
packages=["cdbApi",
"cdbApi.api",
"cdbApi.models"],
Expand Down
4 changes: 2 additions & 2 deletions tools/developer_tools/python-client/setup-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
from setuptools import find_packages

setup(name='ComponentDB-CLI',
version='3.13.dev3',
version='3.13.0',
packages=['cdbCli',
'cdbCli.common',
'cdbCli.common.cli',
'cdbCli.common.utility',
'cdbCli.service',
'cdbCli.service.cli'],
install_requires=['ComponentDB-API==3.13.dev3', 'click'],
install_requires=['ComponentDB-API==3.13.0', 'click'],
license='Copyright (c) UChicago Argonne, LLC. All rights reserved.',
description='Python APIs used to communicate with java hosted ComponentDB API.',
maintainer='Dariusz Jarosz',
Expand Down

0 comments on commit c8cf0ed

Please sign in to comment.