File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.0 .0
2+ current_version = 4.1 .0
33commit = true
44tag = true
55tag_name = {new_version}
Original file line number Diff line number Diff line change 6262# built documents.
6363#
6464# The short X.Y version.
65- version = '4.0 .0'
65+ version = '4.1 .0'
6666release = version
6767
6868# 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.
106106
107107.. note :: Zeep follows `semver`_ for versioning, however bugs can always occur.
108108 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 ``').
110110
111111
112112.. _semver : http://semver.org/
Original file line number Diff line number Diff line change 5050
5151setup (
5252 name = "zeep" ,
53- version = "4.0 .0" ,
53+ version = "4.1 .0" ,
5454 description = "A modern/fast Python SOAP client based on lxml / requests" ,
5555 long_description = long_description ,
5656 author = "Michael van Tellingen" ,
Original file line number Diff line number Diff line change 44from zeep .transports import Transport # noqa
55from zeep .xsd .valueobjects import AnyObject # noqa
66
7- __version__ = "4.0 .0"
7+ __version__ = "4.1 .0"
You can’t perform that action at this time.
0 commit comments