Skip to content

Commit ee82c7d

Browse files
committed
Bump version: 2.1.0.19.dev0 → 2.1.0.19
1 parent b57f953 commit ee82c7d

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

cybox/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__ = "2.1.0.19.dev0"
4+
__version__ = "2.1.0.19"

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ version of CybOX.
1515
============= ====================
1616
CybOX Version python-cybox Version
1717
============= ====================
18-
2.1 2.1.0.19.dev0 (`PyPI`__) (`GitHub`__)
18+
2.1 2.1.0.19 (`PyPI`__) (`GitHub`__)
1919
2.0.1 2.0.1.4 (`PyPI`__) (`GitHub`__)
2020
2.0 2.0.0.1 (`PyPI`__) (`GitHub`__)
2121
1.0 1.0.0b3 (`PyPI`__) (`GitHub`__)
2222
============= ====================
2323

24-
__ https://pypi.python.org/pypi/cybox/2.1.0.19.dev0
25-
__ https://github.com/CybOXProject/python-cybox/tree/v2.1.0.19.dev0
24+
__ https://pypi.python.org/pypi/cybox/2.1.0.19
25+
__ https://github.com/CybOXProject/python-cybox/tree/v2.1.0.19
2626
__ https://pypi.python.org/pypi/cybox/2.0.1.4
2727
__ https://github.com/CybOXProject/python-cybox/tree/v2.0.1.4
2828
__ https://pypi.python.org/pypi/cybox/2.0.0.1

setup.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[bumpversion]
2-
current_version = 2.1.0.19.dev0
2+
current_version = 2.1.0.19
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+).(?P<revision>\d+)(?P<dev_version>.dev\d+)?
4-
serialize =
5-
{major}.{minor}.{patch}.{revision}.{dev_version}
6-
{major}.{minor}.{patch}.{revision}
4+
serialize =
5+
{major}.{minor}.{patch}.{revision}.{dev_version}
6+
{major}.{minor}.{patch}.{revision}
77
commit = True
88
tag = True
99

@@ -13,3 +13,4 @@ tag = True
1313

1414
[bdist_wheel]
1515
universal = True
16+

0 commit comments

Comments
 (0)