We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb4570 commit 833a733Copy full SHA for 833a733
3 files changed
etcd3/__init__.py
@@ -11,7 +11,7 @@
11
12
__author__ = 'Louis Taylor'
13
__email__ = 'louis@kragniz.eu'
14
-__version__ = '0.11.1'
+__version__ = '0.12.0'
15
16
__all__ = (
17
'etcdrpc',
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.11.1
+current_version = 0.12.0
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.11.1',
+ version='0.12.0',
29
description="Python client for the etcd3 API",
30
long_description=readme + '\n\n' + history,
31
author="Louis Taylor",
0 commit comments