Skip to content

Commit 50d9fc4

Browse files
committed
Bump version: 1.2.0.7 → 1.2.0.8
1 parent 799c13c commit 50d9fc4

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ version of STIX.
2222
============ ===================
2323
STIX Version python-stix Version
2424
============ ===================
25-
1.2 1.2.0.7 (`PyPI`__) (`GitHub`__)
25+
1.2 1.2.0.8 (`PyPI`__) (`GitHub`__)
2626
1.1.1 1.1.1.15 (`PyPI`__) (`GitHub`__)
2727
1.1.0 1.1.0.6 (`PyPI`__) (`GitHub`__)
2828
1.0.1 1.0.1.1 (`PyPI`__) (`GitHub`__)
2929
1.0 1.0.0a7 (`PyPI`__) (`GitHub`__)
3030
============ ===================
3131

32-
__ https://pypi.python.org/pypi/stix/1.2.0.7
33-
__ https://github.com/STIXProject/python-stix/tree/v1.2.0.7
32+
__ https://pypi.python.org/pypi/stix/1.2.0.8
33+
__ https://github.com/STIXProject/python-stix/tree/v1.2.0.8
3434
__ https://pypi.python.org/pypi/stix/1.1.1.15
3535
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.15
3636
__ https://pypi.python.org/pypi/stix/1.1.0.6

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.0.7
2+
current_version = 1.2.0.8
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+).(?P<revision>\d+)
44
serialize = {major}.{minor}.{patch}.{revision}
55
commit = True
@@ -11,3 +11,4 @@ tag = True
1111

1212
[bdist_wheel]
1313
universal = True
14+

stix/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) 2017, The MITRE Corporation. All rights reserved.
22
# See LICENSE.txt for complete terms.
33

4-
__version__ = "1.2.0.7"
4+
__version__ = "1.2.0.8"

0 commit comments

Comments
 (0)