Skip to content

Commit bc5fd7d

Browse files
committed
Bump version: 2.5.1 → 3.0.0
1 parent 60377e9 commit bc5fd7d

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

docs/getting_started.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

sdv/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.5.1
2+
current_version = 3.0.0
33
commit = True
44
tag = True
55

@@ -12,4 +12,3 @@ universal = 1
1212

1313
[metadata]
1414
license_file = LICENSE.txt
15-

0 commit comments

Comments
 (0)