Skip to content

Commit ec71c49

Browse files
committed
Bump version: 4.1.0 → 4.2.0
1 parent 703c975 commit ec71c49

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

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

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = '4.1.0'
65+
version = '4.2.0'
6666
release = version
6767

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

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ See ``python -mzeep --help`` for more information about this command.
106106

107107
.. note:: Zeep follows `semver`_ for versioning, however bugs can always occur.
108108
So as always pin the version of zeep you tested with
109-
(e.g. ``zeep==4.1.0``').
109+
(e.g. ``zeep==4.2.0``').
110110

111111

112112
.. _semver: http://semver.org/

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
setup(
5151
name="zeep",
52-
version="4.1.0",
52+
version="4.2.0",
5353
description="A modern/fast Python SOAP client based on lxml / requests",
5454
long_description=long_description,
5555
author="Michael van Tellingen",

src/zeep/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from zeep.transports import Transport
55
from zeep.xsd.valueobjects import AnyObject
66

7-
__version__ = "4.1.0"
7+
__version__ = "4.2.0"
88
__all__ = [
99
"AsyncClient",
1010
"CachingClient",

0 commit comments

Comments
 (0)