Skip to content

Commit e04a433

Browse files
committed
Bump version: 2.2.0 → 2.3.0
1 parent c04c44b commit e04a433

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = '2.2.0'
65+
version = '2.3.0'
6666
release = version
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ See ``python -mzeep --help`` for more information about this command.
103103

104104
.. note:: Zeep follows `semver`_ for versioning, however bugs can always occur.
105105
So as always pin the version of zeep you tested with
106-
(e.g. ``zeep==2.2.0``').
106+
(e.g. ``zeep==2.3.0``').
107107

108108

109109
.. _semver: http://semver.org/

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.2.0
2+
current_version = 2.3.0
33
commit = true
44
tag = true
55
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
setup(
5555
name='zeep',
56-
version='2.2.0',
56+
version='2.3.0',
5757
description='A modern/fast Python SOAP client based on lxml / requests',
5858
long_description=long_description,
5959
author="Michael van Tellingen",

src/zeep/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from zeep.plugins import Plugin # noqa
44
from zeep.xsd.valueobjects import AnyObject # noqa
55

6-
__version__ = '2.2.0'
6+
__version__ = '2.3.0'

0 commit comments

Comments
 (0)