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.0
53+ STIX Document Validator v2.5.1
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.0
93+ STIX Profile to Schematron v2.5.1
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.0
112+ STIX Profile to XSLT v2.5.1
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.0
186+ CybOX Document Validator v2.5.1
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.0 "
4+ __version__ = "2.5.1 "
Original file line number Diff line number Diff line change 1- [bdist_wheel]
2- universal = 1
3-
41[bumpversion]
5- current_version = 2.5.0
2+ current_version = 2.5.1
63commit = True
74tag = True
85
6+ [bdist_wheel]
7+ universal = 1
8+
99[bumpversion:file:sdv/version.py]
1010
1111[bumpversion:file:docs/getting_started.rst]
1212
1313[metadata]
1414license_file = LICENSE.txt
15+
You can’t perform that action at this time.
0 commit comments