Skip to content

Commit

Permalink
Bump version: 4.0.0 → 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Aug 15, 2021
1 parent f87f42f commit 1e55eeb
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.0.0
current_version = 4.1.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.0.0'
version = '4.1.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.0.0``').
(e.g. ``zeep==4.1.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 @@ -50,7 +50,7 @@

setup(
name="zeep",
version="4.0.0",
version="4.1.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,4 +4,4 @@
from zeep.transports import Transport # noqa
from zeep.xsd.valueobjects import AnyObject # noqa

__version__ = "4.0.0"
__version__ = "4.1.0"

0 comments on commit 1e55eeb

Please sign in to comment.