Skip to content

Commit 5b3865f

Browse files
authored
Merge pull request #23 from adamweeks/feat/release-1-1-0
chore(release): prepare v1.1.0
2 parents 63cc5fe + f38734f commit 5b3865f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def main():
385385
print(f"🌐 Access URL: grpc://{host}:{port}")
386386
print(f"📁 Configuration: {config_path}")
387387
print(f"📝 Log Level: {gateway_config.get('level', 'INFO')}")
388-
print(f"🔧 Gateway Version: {gateway_config.get('version', '1.0.0')}")
388+
print(f"🔧 Gateway Version: {gateway_config.get('version', '1.1.0')}")
389389
print()
390390

391391
# Print connector information

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "webex-byova-gateway"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "Webex Contact Center BYOVA Gateway"
99
authors = [
1010
{name = "Cisco", email = "support@cisco.com"}
@@ -65,4 +65,4 @@ extend-exclude = '''
6565
| build
6666
| dist
6767
)/
68-
'''
68+
'''

src/monitoring/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ def get_configuration_data() -> Dict[str, Any]:
751751
config = {
752752
"gateway": {
753753
"name": "BYOVA Gateway",
754-
"version": "1.0.0",
754+
"version": "1.1.0",
755755
"host": "0.0.0.0",
756756
"grpc_port": 50051,
757757
"web_port": 8080,

0 commit comments

Comments
 (0)