Skip to content

Commit 7053006

Browse files
committed
Bump version: 1.1.0 → 1.2.0
1 parent b5515b6 commit 7053006

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '1.1.0'
62+
version = '1.2.0'
6363
release = version
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.2.0
33
commit = true
44
tag = true
55
tag_name = {new_version}

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
install_requires = [
66
'appdirs>=1.4.0',
7-
'cached-property>=1.1.0',
7+
'cached-property>=1.2.0',
88
'defusedxml>=0.4.1',
99
'isodate>=0.5.4',
1010
'lxml>=3.0.0',
@@ -48,7 +48,7 @@
4848

4949
setup(
5050
name='zeep',
51-
version='1.1.0',
51+
version='1.2.0',
5252
description='A modern/fast Python SOAP client based on lxml / requests',
5353
long_description=long_description,
5454
author="Michael van Tellingen",

src/zeep/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from zeep.plugins import Plugin # noqa
44
from zeep.xsd.valueobjects import AnyObject # noqa
55

6-
__version__ = '1.1.0'
6+
__version__ = '1.2.0'

0 commit comments

Comments
 (0)