Skip to content

Commit

Permalink
Bump version: 4.3.0 → 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Oct 16, 2024
1 parent d1b0257 commit 41a5115
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.3.0
current_version = 4.3.1
commit = true
tag = true
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# built documents.
#
# The short X.Y version.
version = '4.3.0'
version = '4.3.1'
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ See ``python -mzeep --help`` for more information about this command.

.. note:: Zeep follows `semver`_ for versioning, however bugs can always occur.
So as always pin the version of zeep you tested with
(e.g. ``zeep==4.3.0``').
(e.g. ``zeep==4.3.1``').


.. _semver: http://semver.org/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "zeep"
version = "4.3.0"
version = "4.3.1"
description = "A Python SOAP client"
readme = "README.md"
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion src/zeep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from zeep.transports import Transport
from zeep.xsd.valueobjects import AnyObject

__version__ = "4.3.0"
__version__ = "4.3.1"
__all__ = [
"AsyncClient",
"CachingClient",
Expand Down

0 comments on commit 41a5115

Please sign in to comment.