File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 4.0 .0
2
+ current_version = 4.1 .0
3
3
commit = true
4
4
tag = true
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change 62
62
# built documents.
63
63
#
64
64
# The short X.Y version.
65
- version = '4.0 .0'
65
+ version = '4.1 .0'
66
66
release = version
67
67
68
68
# The language for content autogenerated by Sphinx. Refer to documentation
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ See ``python -mzeep --help`` for more information about this command.
106
106
107
107
.. note :: Zeep follows `semver`_ for versioning, however bugs can always occur.
108
108
So as always pin the version of zeep you tested with
109
- (e.g. ``zeep==4.0 .0 ``').
109
+ (e.g. ``zeep==4.1 .0 ``').
110
110
111
111
112
112
.. _semver : http://semver.org/
Original file line number Diff line number Diff line change 50
50
51
51
setup (
52
52
name = "zeep" ,
53
- version = "4.0 .0" ,
53
+ version = "4.1 .0" ,
54
54
description = "A modern/fast Python SOAP client based on lxml / requests" ,
55
55
long_description = long_description ,
56
56
author = "Michael van Tellingen" ,
Original file line number Diff line number Diff line change 4
4
from zeep .transports import Transport # noqa
5
5
from zeep .xsd .valueobjects import AnyObject # noqa
6
6
7
- __version__ = "4.0 .0"
7
+ __version__ = "4.1 .0"
You can’t perform that action at this time.
0 commit comments