From daef0bbe1508d55093a7bbf1b3a4cb2fd3be760b Mon Sep 17 00:00:00 2001 From: Lance Drane Date: Fri, 7 Jun 2024 16:57:41 -0400 Subject: [PATCH] v0.6.2a1 release 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 +- src/intersect_sdk/version.py | 2 +- tests/fixtures/example_schema.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/1_hello_world/hello_service_schema.json b/examples/1_hello_world/hello_service_schema.json index aa76c34..1a83b73 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.1", + "x-intersect-version": "0.6.2", "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 aa76c34..1a83b73 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.1", + "x-intersect-version": "0.6.2", "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 7d3163c..82285ef 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.1", + "x-intersect-version": "0.6.2", "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 5066c7b..cbd5409 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.1", + "x-intersect-version": "0.6.2", "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 e73a4b2..41aec8e 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.1", + "x-intersect-version": "0.6.2", "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 311098d..321dcdc 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.1", + "x-intersect-version": "0.6.2", "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 88ebd44..59462c9 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.1", + "x-intersect-version": "0.6.2", "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 44fe7db..932d801 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.1' +__version__ = '0.6.2a1' version_string = strip_version_metadata(__version__) """ diff --git a/tests/fixtures/example_schema.json b/tests/fixtures/example_schema.json index b91054a..cd434d2 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.1", + "x-intersect-version": "0.6.2", "info": { "title": "test.test.test.test.test", "version": "0.0.0",