Skip to content

Commit 0aea702

Browse files
committed
Bump version: 0.2.1 → 0.2.2
1 parent 7baeabf commit 0aea702

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
files = setup.py docs/conf.py openvpn_status/__init__.py tests/test_package_meta.py
33
commit = True
44
tag = True
5-
current_version = 0.2.1
6-
5+
current_version = 0.2.2

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '0.2.1'
62+
version = '0.2.2'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.2.1'
64+
release = '0.2.2'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

openvpn_status/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66

77
__all__ = ['parse_status', 'ParsingError']
8-
__version__ = '0.2.1'
8+
__version__ = '0.2.2'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='openvpn-status',
11-
version='0.2.1',
11+
version='0.2.2',
1212
url='https://github.com/tonyseek/openvpn-status',
1313
author='Jiangge Zhang',
1414
author_email='[email protected]',

tests/test_package_meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def test_version():
9-
assert openvpn_status.__version__ == '0.2.1'
9+
assert openvpn_status.__version__ == '0.2.2'
1010

1111

1212
def test_shortcut():

0 commit comments

Comments
 (0)