Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-message-format
Commits
ded9065c
Verified
Commit
ded9065c
authored
1 year ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
chore: update package version
parent
a0d9c041
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1163 additions
and
1163 deletions
+1163
-1163
project/soar/swagger.json
project/soar/swagger.json
+4
-4
setup.py
setup.py
+1
-1
tests/fixtures/swagger.json
tests/fixtures/swagger.json
+1158
-1158
No files found.
project/soar/swagger.json
View file @
ded9065c
...
...
@@ -1150,10 +1150,10 @@
}
}
},
"info"
:
{
"description"
:
"SoAR message protocol in schemas"
,
"title"
:
"SoAR Backbone Message Formats"
,
"version"
:
"1.0
"
"info"
:{
"description"
:
"SoAR message protocol in schemas"
,
"title"
:
"SoAR Backbone Message Formats"
,
"version"
:
"0.2
"
},
"openapi"
:
"3.0.2"
,
"paths"
:
{}
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
ded9065c
...
...
@@ -2,7 +2,7 @@ from setuptools import setup
setup
(
version
=
"0.
1
.0"
,
version
=
"0.
2
.0"
,
name
=
"backbone_message_format"
,
python_requires
=
">=3.8"
,
packages
=
[
"backbone_formats"
,
"soar_schema"
],
...
...
This diff is collapsed.
Click to expand it.
tests/fixtures/swagger.json
View file @
ded9065c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment