Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d672f08

Browse filesBrowse files
committed
Bump version: 0.21.0 → 0.22.0
1 parent d6d856c commit d672f08
Copy full SHA for d672f08

4 files changed

+4-4Lines changed: 4 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.bumpversion.cfg‎

Copy file name to clipboardExpand all lines: .bumpversion.cfg
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.21.0
2+
current_version = 0.22.0
33
commit = true
44
tag = true
55
tag_name = {new_version}
Collapse file

‎docs/conf.py‎

Copy file name to clipboardExpand all lines: docs/conf.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '0.21.0'
59+
version = '0.22.0'
6060
release = version
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
Collapse file

‎setup.py‎

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
setup(
3939
name='zeep',
40-
version='0.21.0',
40+
version='0.22.0',
4141
description='A modern/fast Python SOAP client based on lxml / requests',
4242
long_description=long_description,
4343
author="Michael van Tellingen",
Collapse file

‎src/zeep/__init__.py‎

Copy file name to clipboardExpand all lines: src/zeep/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from zeep.transports import Transport # noqa
33
from zeep.plugins import Plugin # noqa
44

5-
__version__ = '0.21.0'
5+
__version__ = '0.22.0'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.