Skip to content

Commit

Permalink
Bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Jun 19, 2017
1 parent e346e91 commit 8907223
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.2.0 (unreleased)
2.2.0 (2016-06-19)
------------------
- Automatically import the soap-encoding schema if it is required (#473)
- Add support for XOP messages (this is a rewrite of #325 by vashek)
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 = '2.1.1'
version = '2.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 @@ -103,7 +103,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.1.1``').
(e.g. ``zeep==2.2.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.1.1
current_version = 2.2.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 @@ -52,7 +52,7 @@

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

__version__ = '2.1.1'
__version__ = '2.2.0'

0 comments on commit 8907223

Please sign in to comment.