File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed 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 = '3.0 .0'
65
+ version = '3.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 @@ -110,7 +110,7 @@ See ``python -mzeep --help`` for more information about this command.
110
110
111
111
.. note :: Zeep follows `semver`_ for versioning, however bugs can always occur.
112
112
So as always pin the version of zeep you tested with
113
- (e.g. ``zeep==3.0 .0 ``').
113
+ (e.g. ``zeep==3.1 .0 ``').
114
114
115
115
116
116
.. _semver : http://semver.org/
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 3.0 .0
2
+ current_version = 3.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 9
9
'cached-property>=1.3.0' ,
10
10
'defusedxml>=0.4.1' ,
11
11
'isodate>=0.5.4' ,
12
- 'lxml>=3.0 .0' ,
12
+ 'lxml>=3.1 .0' ,
13
13
'requests>=2.7.0' ,
14
14
'requests-toolbelt>=0.7.1' ,
15
15
'six>=1.9.0' ,
59
59
60
60
setup (
61
61
name = 'zeep' ,
62
- version = '3.0 .0' ,
62
+ version = '3.1 .0' ,
63
63
description = 'A modern/fast Python SOAP client based on lxml / requests' ,
64
64
long_description = long_description ,
65
65
author = "Michael van Tellingen" ,
Original file line number Diff line number Diff line change 4
4
from zeep .settings import Settings # noqa
5
5
from zeep .xsd .valueobjects import AnyObject # noqa
6
6
7
- __version__ = '3.0 .0'
7
+ __version__ = '3.1 .0'
You can’t perform that action at this time.
0 commit comments