Skip to content

Commit 1e55eeb

Browse files
committed
Bump version: 4.0.0 → 4.1.0
1 parent f87f42f commit 1e55eeb

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.0.0
2+
current_version = 4.1.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.0.0'
65+
version = '4.1.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.0.0``').
109+
(e.g. ``zeep==4.1.0``').
110110

111111

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
setup(
5252
name="zeep",
53-
version="4.0.0",
53+
version="4.1.0",
5454
description="A modern/fast Python SOAP client based on lxml / requests",
5555
long_description=long_description,
5656
author="Michael van Tellingen",

src/zeep/__init__.py

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

7-
__version__ = "4.0.0"
7+
__version__ = "4.1.0"

0 commit comments

Comments
 (0)