Skip to content

Commit

Permalink
Bump version: 1.2.0.7 → 1.2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanvg committed Mar 10, 2020
1 parent 799c13c commit 50d9fc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ version of STIX.
============ ===================
STIX Version python-stix Version
============ ===================
1.2 1.2.0.7 (`PyPI`__) (`GitHub`__)
1.2 1.2.0.8 (`PyPI`__) (`GitHub`__)
1.1.1 1.1.1.15 (`PyPI`__) (`GitHub`__)
1.1.0 1.1.0.6 (`PyPI`__) (`GitHub`__)
1.0.1 1.0.1.1 (`PyPI`__) (`GitHub`__)
1.0 1.0.0a7 (`PyPI`__) (`GitHub`__)
============ ===================

__ https://pypi.python.org/pypi/stix/1.2.0.7
__ https://github.com/STIXProject/python-stix/tree/v1.2.0.7
__ https://pypi.python.org/pypi/stix/1.2.0.8
__ https://github.com/STIXProject/python-stix/tree/v1.2.0.8
__ https://pypi.python.org/pypi/stix/1.1.1.15
__ https://github.com/STIXProject/python-stix/tree/v1.1.1.15
__ https://pypi.python.org/pypi/stix/1.1.0.6
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0.7
current_version = 1.2.0.8
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+).(?P<revision>\d+)
serialize = {major}.{minor}.{patch}.{revision}
commit = True
Expand All @@ -11,3 +11,4 @@ tag = True

[bdist_wheel]
universal = True

2 changes: 1 addition & 1 deletion stix/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

__version__ = "1.2.0.7"
__version__ = "1.2.0.8"

0 comments on commit 50d9fc4

Please sign in to comment.