From ef2b56e94f6a9996a0fc7843994333206f56f183 Mon Sep 17 00:00:00 2001 From: Lance Drane Date: Thu, 18 Jul 2024 14:51:14 -0400 Subject: [PATCH] 0.6.3 version bump Signed-off-by: Lance Drane --- examples/1_hello_world/hello_service_schema.json | 2 +- examples/1_hello_world_amqp/hello_service_schema.json | 2 +- examples/1_hello_world_events/hello_service_schema.json | 2 +- examples/2_counting/counting_service_schema.json | 2 +- examples/2_counting_events/counting_service_schema.json | 2 +- examples/3_ping_pong_events/ping_service_schema.json | 2 +- examples/3_ping_pong_events/pong_service_schema.json | 2 +- examples/3_ping_pong_events_amqp/ping_service_schema.json | 2 +- examples/3_ping_pong_events_amqp/pong_service_schema.json | 2 +- src/intersect_sdk/version.py | 2 +- tests/fixtures/example_schema.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/1_hello_world/hello_service_schema.json b/examples/1_hello_world/hello_service_schema.json index 1a83b73..eb589b5 100644 --- a/examples/1_hello_world/hello_service_schema.json +++ b/examples/1_hello_world/hello_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.2", + "x-intersect-version": "0.6.3", "info": { "title": "hello-organization.hello-facility.hello-system.hello-subsystem.hello-service", "version": "0.0.0", diff --git a/examples/1_hello_world_amqp/hello_service_schema.json b/examples/1_hello_world_amqp/hello_service_schema.json index 1a83b73..eb589b5 100644 --- a/examples/1_hello_world_amqp/hello_service_schema.json +++ b/examples/1_hello_world_amqp/hello_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.2", + "x-intersect-version": "0.6.3", "info": { "title": "hello-organization.hello-facility.hello-system.hello-subsystem.hello-service", "version": "0.0.0", diff --git a/examples/1_hello_world_events/hello_service_schema.json b/examples/1_hello_world_events/hello_service_schema.json index 82285ef..b5558fb 100644 --- a/examples/1_hello_world_events/hello_service_schema.json +++ b/examples/1_hello_world_events/hello_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.2", + "x-intersect-version": "0.6.3", "info": { "title": "hello-organization.hello-facility.hello-system.hello-subsystem.hello-service", "version": "0.0.0", diff --git a/examples/2_counting/counting_service_schema.json b/examples/2_counting/counting_service_schema.json index cbd5409..d4a707b 100644 --- a/examples/2_counting/counting_service_schema.json +++ b/examples/2_counting/counting_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.2", + "x-intersect-version": "0.6.3", "info": { "title": "counting-organization.counting-facility.counting-system.counting-subsystem.counting-service", "version": "0.0.0", diff --git a/examples/2_counting_events/counting_service_schema.json b/examples/2_counting_events/counting_service_schema.json index 41aec8e..635c1ae 100644 --- a/examples/2_counting_events/counting_service_schema.json +++ b/examples/2_counting_events/counting_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.2", + "x-intersect-version": "0.6.3", "info": { "title": "counting-organization.counting-facility.counting-system.counting-subsystem.counting-service", "version": "0.0.0", diff --git a/examples/3_ping_pong_events/ping_service_schema.json b/examples/3_ping_pong_events/ping_service_schema.json index 321dcdc..3969be3 100644 --- a/examples/3_ping_pong_events/ping_service_schema.json +++ b/examples/3_ping_pong_events/ping_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.2", + "x-intersect-version": "0.6.3", "info": { "title": "p-ng-organization.p-ng-facility.p-ng-system.p-ng-subsystem.ping-service", "version": "0.0.0" diff --git a/examples/3_ping_pong_events/pong_service_schema.json b/examples/3_ping_pong_events/pong_service_schema.json index 59462c9..a3a3c40 100644 --- a/examples/3_ping_pong_events/pong_service_schema.json +++ b/examples/3_ping_pong_events/pong_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.2", + "x-intersect-version": "0.6.3", "info": { "title": "p-ng-organization.p-ng-facility.p-ng-system.p-ng-subsystem.pong-service", "version": "0.0.0" diff --git a/examples/3_ping_pong_events_amqp/ping_service_schema.json b/examples/3_ping_pong_events_amqp/ping_service_schema.json index 321dcdc..3969be3 100644 --- a/examples/3_ping_pong_events_amqp/ping_service_schema.json +++ b/examples/3_ping_pong_events_amqp/ping_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.2", + "x-intersect-version": "0.6.3", "info": { "title": "p-ng-organization.p-ng-facility.p-ng-system.p-ng-subsystem.ping-service", "version": "0.0.0" diff --git a/examples/3_ping_pong_events_amqp/pong_service_schema.json b/examples/3_ping_pong_events_amqp/pong_service_schema.json index 59462c9..a3a3c40 100644 --- a/examples/3_ping_pong_events_amqp/pong_service_schema.json +++ b/examples/3_ping_pong_events_amqp/pong_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.2", + "x-intersect-version": "0.6.3", "info": { "title": "p-ng-organization.p-ng-facility.p-ng-system.p-ng-subsystem.pong-service", "version": "0.0.0" diff --git a/src/intersect_sdk/version.py b/src/intersect_sdk/version.py index c319f95..9ac6230 100644 --- a/src/intersect_sdk/version.py +++ b/src/intersect_sdk/version.py @@ -8,7 +8,7 @@ from ._internal.version import strip_version_metadata # may include build metadata -__version__ = '0.6.2' +__version__ = '0.6.3' version_string = strip_version_metadata(__version__) """ diff --git a/tests/fixtures/example_schema.json b/tests/fixtures/example_schema.json index cd434d2..23260c4 100644 --- a/tests/fixtures/example_schema.json +++ b/tests/fixtures/example_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.2", + "x-intersect-version": "0.6.3", "info": { "title": "test.test.test.test.test", "version": "0.0.0",