Skip to content

Commit

Permalink
Bump version: 2.5.0 → 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanvg committed Nov 20, 2020
1 parent c44d4af commit 410808b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Running :code:`stix-validator -h` displays the following:
[--quiet] [--json-results]
[FILES [FILES ...]]
STIX Document Validator v2.5.0
STIX Document Validator v2.5.1
positional arguments:
FILES A whitespace separated list of STIX files or
Expand Down Expand Up @@ -90,7 +90,7 @@ Running ``profile-to-sch -h`` displays the following:
$ profile-to-sch -h
usage: profile-to-sch [-h] profile
STIX Profile to Schematron v2.5.0
STIX Profile to Schematron v2.5.1
positional arguments:
profile STIX profile filename to be converted to XSLT
Expand All @@ -109,7 +109,7 @@ Running ``profile-to-xslt -h`` displays the following:
$ profile-to-xslt -h
usage: profile-to-xslt [-h] profile
STIX Profile to XSLT v2.5.0
STIX Profile to XSLT v2.5.1
positional arguments:
profile STIX profile filename to be converted to XSLT
Expand Down Expand Up @@ -183,7 +183,7 @@ capabilities to your command line.
[--quiet] [--json-results] [--recursive]
[FILES [FILES ...]]
CybOX Document Validator v2.5.0
CybOX Document Validator v2.5.1
positional arguments:
FILES A whitespace separated list of CybOX files or
Expand Down
2 changes: 1 addition & 1 deletion sdv/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

__version__ = "2.5.0"
__version__ = "2.5.1"
9 changes: 5 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[bdist_wheel]
universal = 1

[bumpversion]
current_version = 2.5.0
current_version = 2.5.1
commit = True
tag = True

[bdist_wheel]
universal = 1

[bumpversion:file:sdv/version.py]

[bumpversion:file:docs/getting_started.rst]

[metadata]
license_file = LICENSE.txt

0 comments on commit 410808b

Please sign in to comment.