diff --git a/examples/1_hello_world/hello_service_schema.json b/examples/1_hello_world/hello_service_schema.json index a7d0737..bdc3c7c 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.4", + "x-intersect-version": "0.7.0", "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 a7d0737..bdc3c7c 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.4", + "x-intersect-version": "0.7.0", "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 68e0b37..183f4c8 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.4", + "x-intersect-version": "0.7.0", "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 48c6a19..36953aa 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.4", + "x-intersect-version": "0.7.0", "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 ad84b22..283eb5f 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.4", + "x-intersect-version": "0.7.0", "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 30d7d6b..554a102 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.4", + "x-intersect-version": "0.7.0", "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 7de144e..30c1772 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.4", + "x-intersect-version": "0.7.0", "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 30d7d6b..554a102 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.4", + "x-intersect-version": "0.7.0", "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 7de144e..30c1772 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.4", + "x-intersect-version": "0.7.0", "info": { "title": "p-ng-organization.p-ng-facility.p-ng-system.p-ng-subsystem.pong-service", "version": "0.0.0" diff --git a/examples/4_service_to_service/example_1_service_schema.json b/examples/4_service_to_service/example_1_service_schema.json index 2cbb1d4..18e50c5 100644 --- a/examples/4_service_to_service/example_1_service_schema.json +++ b/examples/4_service_to_service/example_1_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.4", + "x-intersect-version": "0.7.0", "info": { "title": "example-organization.example-facility.example-system.example-subsystem.service-one", "version": "0.0.0", diff --git a/examples/4_service_to_service/example_2_service_schema.json b/examples/4_service_to_service/example_2_service_schema.json index 56d4741..6ad2dd7 100644 --- a/examples/4_service_to_service/example_2_service_schema.json +++ b/examples/4_service_to_service/example_2_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.4", + "x-intersect-version": "0.7.0", "info": { "title": "example-organization.example-facility.example-system.example-subsystem.service-two", "version": "0.0.0", diff --git a/src/intersect_sdk/version.py b/src/intersect_sdk/version.py index a3c61f6..604b8cc 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.4' +__version__ = '0.7.0' version_string = strip_version_metadata(__version__) """ diff --git a/tests/fixtures/example_schema.json b/tests/fixtures/example_schema.json index d923449..c48e249 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.4", + "x-intersect-version": "0.7.0", "info": { "title": "test.test.test.test.test", "version": "0.0.0",