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,15 +22,15 @@ version of STIX.
2222============ ===================
2323STIX Version python-stix Version
2424============ ===================
25- 1.2 1.2.0.8 (`PyPI `__) (`GitHub `__)
25+ 1.2 1.2.0.9 (`PyPI `__) (`GitHub `__)
26261.1.1 1.1.1.16 (`PyPI `__) (`GitHub `__)
27271.1.0 1.1.0.6 (`PyPI `__) (`GitHub `__)
28281.0.1 1.0.1.1 (`PyPI `__) (`GitHub `__)
29291.0 1.0.0a7 (`PyPI `__) (`GitHub `__)
3030============ ===================
3131
32- __ https://pypi.python.org/pypi/stix/1.2.0.8
33- __ https://github.com/STIXProject/python-stix/tree/v1.2.0.8
32+ __ https://pypi.python.org/pypi/stix/1.2.0.9
33+ __ https://github.com/STIXProject/python-stix/tree/v1.2.0.9
3434__ https://pypi.python.org/pypi/stix/1.1.1.16
3535__ https://github.com/STIXProject/python-stix/tree/v1.1.1.16
3636__ https://pypi.python.org/pypi/stix/1.1.0.6
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.2.0.8
2+ current_version = 1.2.0.9
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) 2017, The MITRE Corporation. All rights reserved.
22# See LICENSE.txt for complete terms.
33
4- __version__ = "1.2.0.8 "
4+ __version__ = "1.2.0.9 "
You can’t perform that action at this time.
0 commit comments