Skip to content

Commit 41a5115

Browse files
committed
Bump version: 4.3.0 → 4.3.1
1 parent d1b0257 commit 41a5115

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.3.0
2+
current_version = 4.3.1
33
commit = true
44
tag = true
55
tag_name = {new_version}

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '4.3.0'
61+
version = '4.3.1'
6262
release = version
6363

6464
# 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.3.0``').
109+
(e.g. ``zeep==4.3.1``').
110110

111111

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zeep"
3-
version = "4.3.0"
3+
version = "4.3.1"
44
description = "A Python SOAP client"
55
readme = "README.md"
66
license = { text = "MIT" }

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.3.0"
7+
__version__ = "4.3.1"
88
__all__ = [
99
"AsyncClient",
1010
"CachingClient",

0 commit comments

Comments
 (0)