Skip to content

Commit

Permalink
Bump version: 2.1.0.19 → 2.1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanvg committed Dec 3, 2019
1 parent e5827d9 commit 40c0fed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cybox/version.py
@@ -1,4 +1,4 @@
# Copyright (c) 2017, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.

__version__ = "2.1.0.19"
__version__ = "2.1.0.20"
6 changes: 3 additions & 3 deletions docs/index.rst
Expand Up @@ -15,14 +15,14 @@ version of CybOX.
============= ====================
CybOX Version python-cybox Version
============= ====================
2.1 2.1.0.19 (`PyPI`__) (`GitHub`__)
2.1 2.1.0.20 (`PyPI`__) (`GitHub`__)
2.0.1 2.0.1.4 (`PyPI`__) (`GitHub`__)
2.0 2.0.0.1 (`PyPI`__) (`GitHub`__)
1.0 1.0.0b3 (`PyPI`__) (`GitHub`__)
============= ====================

__ https://pypi.python.org/pypi/cybox/2.1.0.19
__ https://github.com/CybOXProject/python-cybox/tree/v2.1.0.19
__ https://pypi.python.org/pypi/cybox/2.1.0.20
__ https://github.com/CybOXProject/python-cybox/tree/v2.1.0.20
__ https://pypi.python.org/pypi/cybox/2.0.1.4
__ https://github.com/CybOXProject/python-cybox/tree/v2.0.1.4
__ https://pypi.python.org/pypi/cybox/2.0.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.0.19
current_version = 2.1.0.20
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+).(?P<revision>\d+)(?P<dev_version>.dev\d+)?
serialize =
{major}.{minor}.{patch}.{revision}.{dev_version}
Expand Down

0 comments on commit 40c0fed

Please sign in to comment.