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 6262# built documents.
6363#
6464# The short X.Y version.
65- version = '2.4 .0'
65+ version = '2.5 .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 @@ -110,7 +110,7 @@ See ``python -mzeep --help`` for more information about this command.
110110
111111.. note :: Zeep follows `semver`_ for versioning, however bugs can always occur.
112112 So as always pin the version of zeep you tested with
113- (e.g. ``zeep==2.4 .0 ``').
113+ (e.g. ``zeep==2.5 .0 ``').
114114
115115
116116.. _semver : http://semver.org/
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.4 .0
2+ current_version = 2.5 .0
33commit = true
44tag = true
55tag_name = {new_version}
Original file line number Diff line number Diff line change 5858
5959setup (
6060 name = 'zeep' ,
61- version = '2.4 .0' ,
61+ version = '2.5 .0' ,
6262 description = 'A modern/fast Python SOAP client based on lxml / requests' ,
6363 long_description = long_description ,
6464 author = "Michael van Tellingen" ,
Original file line number Diff line number Diff line change 33from zeep .plugins import Plugin # noqa
44from zeep .xsd .valueobjects import AnyObject # noqa
55
6- __version__ = '2.4 .0'
6+ __version__ = '2.5 .0'
You can’t perform that action at this time.
0 commit comments