Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Drane <dranelt@ornl.gov>
  • Loading branch information
Lance-Drane committed Aug 21, 2024
1 parent dec19bb commit 9293475
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/1_hello_world/hello_service_schema.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/1_hello_world_amqp/hello_service_schema.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/1_hello_world_events/hello_service_schema.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/2_counting/counting_service_schema.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/2_counting_events/counting_service_schema.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/3_ping_pong_events/ping_service_schema.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/3_ping_pong_events/pong_service_schema.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/3_ping_pong_events_amqp/ping_service_schema.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/3_ping_pong_events_amqp/pong_service_schema.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/intersect_sdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/example_schema.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9293475

Please sign in to comment.