Skip to content

Commit 410808b

Browse files
committed
Bump version: 2.5.0 → 2.5.1
1 parent c44d4af commit 410808b

3 files changed

Lines changed: 10 additions & 9 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.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

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.0"
4+
__version__ = "2.5.1"

setup.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
[bdist_wheel]
2-
universal = 1
3-
41
[bumpversion]
5-
current_version = 2.5.0
2+
current_version = 2.5.1
63
commit = True
74
tag = 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]
1414
license_file = LICENSE.txt
15+

0 commit comments

Comments
 (0)