File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ version of STIX.
2222============ ===================
2323STIX Version python-stix Version
2424============ ===================
25- 1.1.1 1.1.1.14 (`PyPI `__) (`GitHub `__)
25+ 1.1.1 1.1.1.15 (`PyPI `__) (`GitHub `__)
26261.1.0 1.1.0.6 (`PyPI `__) (`GitHub `__)
27271.0.1 1.0.1.1 (`PyPI `__) (`GitHub `__)
28281.0 1.0.0a7 (`PyPI `__) (`GitHub `__)
2929============ ===================
3030
31- __ https://pypi.python.org/pypi/stix/1.1.1.14
32- __ https://github.com/STIXProject/python-stix/tree/v1.1.1.14
31+ __ https://pypi.python.org/pypi/stix/1.1.1.15
32+ __ https://github.com/STIXProject/python-stix/tree/v1.1.1.15
3333__ https://pypi.python.org/pypi/stix/1.1.0.6
3434__ https://github.com/STIXProject/python-stix/tree/v1.1.0.6
3535__ https://pypi.python.org/pypi/stix/1.0.1.1
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.1.1.14
2+ current_version = 1.1.1.15
33parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+).(?P<revision>\d+)
44serialize = {major}.{minor}.{patch}.{revision}
55commit = True
Original file line number Diff line number Diff line change 11# Copyright (c) 2016, The MITRE Corporation. All rights reserved.
22# See LICENSE.txt for complete terms.
33
4- __version__ = "1.1.1.14 "
4+ __version__ = "1.1.1.15 "
You can’t perform that action at this time.
0 commit comments