Skip to content

Commit 7dae4ba

Browse files
committed
Release: 0.12.1+avx -> 0.12.2+avx
1 parent 42eabfe commit 7dae4ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

etcd3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
__author__ = 'Louis Taylor'
1515
__email__ = 'louis@kragniz.eu'
16-
__version__ = '0.12.1+avx'
16+
__version__ = '0.12.2+avx'
1717

1818
__all__ = (
1919
'etcdrpc',

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.12.1+avx
2+
current_version = 0.12.2+avx
33
commit = True
44
tag = True
55
message = Release: {current_version} -> {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def load_reqs(filename):
2525

2626
setup(
2727
name='etcd3',
28-
version='0.12.1+avx',
28+
version='0.12.2+avx',
2929
description="Python client for the etcd3 API",
3030
long_description=readme + '\n\n' + history,
3131
author="Louis Taylor",

0 commit comments

Comments
 (0)