Skip to content

Commit

Permalink
Bump version: 4.1.0 → 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Nov 3, 2022
1 parent 703c975 commit ec71c49
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.1.0
current_version = 4.2.0
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 @@ -62,7 +62,7 @@
# built documents.
#
# The short X.Y version.
version = '4.1.0'
version = '4.2.0'
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.1.0``').
(e.g. ``zeep==4.2.0``').


.. _semver: http://semver.org/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

setup(
name="zeep",
version="4.1.0",
version="4.2.0",
description="A modern/fast Python SOAP client based on lxml / requests",
long_description=long_description,
author="Michael van Tellingen",
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.1.0"
__version__ = "4.2.0"
__all__ = [
"AsyncClient",
"CachingClient",
Expand Down

0 comments on commit ec71c49

Please sign in to comment.