Skip to content

Commit

Permalink
Bump version: 2.3.0 → 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Aug 26, 2017
1 parent e230261 commit 5ed836c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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 = '2.3.0'
version = '2.4.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 @@ -110,7 +110,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==2.3.0``').
(e.g. ``zeep==2.4.0``').


.. _semver: http://semver.org/
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.0
current_version = 2.4.0
commit = true
tag = true
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

setup(
name='zeep',
version='2.3.0',
version='2.4.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 @@ -3,4 +3,4 @@
from zeep.plugins import Plugin # noqa
from zeep.xsd.valueobjects import AnyObject # noqa

__version__ = '2.3.0'
__version__ = '2.4.0'

0 comments on commit 5ed836c

Please sign in to comment.