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.3.0
2
+ current_version = 4.3.1
3
3
commit = true
4
4
tag = true
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change 58
58
# built documents.
59
59
#
60
60
# The short X.Y version.
61
- version = '4.3.0 '
61
+ version = '4.3.1 '
62
62
release = version
63
63
64
64
# 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.3.0 ``').
109
+ (e.g. ``zeep==4.3.1 ``').
110
110
111
111
112
112
.. _semver : http://semver.org/
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " zeep"
3
- version = " 4.3.0 "
3
+ version = " 4.3.1 "
4
4
description = " A Python SOAP client"
5
5
readme = " README.md"
6
6
license = { text = " MIT" }
Original file line number Diff line number Diff line change 4
4
from zeep .transports import Transport
5
5
from zeep .xsd .valueobjects import AnyObject
6
6
7
- __version__ = "4.3.0 "
7
+ __version__ = "4.3.1 "
8
8
__all__ = [
9
9
"AsyncClient" ,
10
10
"CachingClient" ,
You can’t perform that action at this time.
0 commit comments