We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42eabfe commit 7dae4baCopy full SHA for 7dae4ba
etcd3/__init__.py
@@ -13,7 +13,7 @@
13
14
__author__ = 'Louis Taylor'
15
__email__ = 'louis@kragniz.eu'
16
-__version__ = '0.12.1+avx'
+__version__ = '0.12.2+avx'
17
18
__all__ = (
19
'etcdrpc',
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.12.1+avx
+current_version = 0.12.2+avx
3
commit = True
4
tag = True
5
message = Release: {current_version} -> {new_version}
setup.py
@@ -25,7 +25,7 @@ def load_reqs(filename):
25
26
setup(
27
name='etcd3',
28
- version='0.12.1+avx',
+ version='0.12.2+avx',
29
description="Python client for the etcd3 API",
30
long_description=readme + '\n\n' + history,
31
author="Louis Taylor",
0 commit comments