Skip to content

Commit

Permalink
v0.6.2a1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Drane <[email protected]>
  • Loading branch information
Lance-Drane committed Jun 7, 2024
1 parent e054ba5 commit daef0bb
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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.1",
"x-intersect-version": "0.6.2",
"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.1",
"x-intersect-version": "0.6.2",
"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.1",
"x-intersect-version": "0.6.2",
"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.1",
"x-intersect-version": "0.6.2",
"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.1",
"x-intersect-version": "0.6.2",
"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.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"
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.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"
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.1'
__version__ = '0.6.2a1'

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.1",
"x-intersect-version": "0.6.2",
"info": {
"title": "test.test.test.test.test",
"version": "0.0.0",
Expand Down

0 comments on commit daef0bb

Please sign in to comment.