File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Running :code:`stix-validator -h` displays the following:
5050 [--quiet] [--json-results]
5151 [FILES [FILES ...]]
5252
53- STIX Document Validator v2.5.1
53+ STIX Document Validator v3.0.0
5454
5555 positional arguments:
5656 FILES A whitespace separated list of STIX files or
@@ -90,7 +90,7 @@ Running ``profile-to-sch -h`` displays the following:
9090 $ profile-to-sch -h
9191 usage: profile-to-sch [-h] profile
9292
93- STIX Profile to Schematron v2.5.1
93+ STIX Profile to Schematron v3.0.0
9494
9595 positional arguments:
9696 profile STIX profile filename to be converted to XSLT
@@ -109,7 +109,7 @@ Running ``profile-to-xslt -h`` displays the following:
109109 $ profile-to-xslt -h
110110 usage: profile-to-xslt [-h] profile
111111
112- STIX Profile to XSLT v2.5.1
112+ STIX Profile to XSLT v3.0.0
113113
114114 positional arguments:
115115 profile STIX profile filename to be converted to XSLT
@@ -183,7 +183,7 @@ capabilities to your command line.
183183 [--quiet] [--json-results] [--recursive]
184184 [FILES [FILES ...]]
185185
186- CybOX Document Validator v2.5.1
186+ CybOX Document Validator v3.0.0
187187
188188 positional arguments:
189189 FILES A whitespace separated list of CybOX files or
Original file line number Diff line number Diff line change 11# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
22# See LICENSE.txt for complete terms.
33
4- __version__ = "2.5.1 "
4+ __version__ = "3.0.0 "
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.5.1
2+ current_version = 3.0.0
33commit = True
44tag = True
55
@@ -12,4 +12,3 @@ universal = 1
1212
1313[metadata]
1414license_file = LICENSE.txt
15-
You can’t perform that action at this time.
0 commit comments