File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 59
59
# built documents.
60
60
#
61
61
# The short X.Y version.
62
- version = '1.1 .0'
62
+ version = '1.2 .0'
63
63
release = version
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.1 .0
2
+ current_version = 1.2 .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 4
4
5
5
install_requires = [
6
6
'appdirs>=1.4.0' ,
7
- 'cached-property>=1.1 .0' ,
7
+ 'cached-property>=1.2 .0' ,
8
8
'defusedxml>=0.4.1' ,
9
9
'isodate>=0.5.4' ,
10
10
'lxml>=3.0.0' ,
48
48
49
49
setup (
50
50
name = 'zeep' ,
51
- version = '1.1 .0' ,
51
+ version = '1.2 .0' ,
52
52
description = 'A modern/fast Python SOAP client based on lxml / requests' ,
53
53
long_description = long_description ,
54
54
author = "Michael van Tellingen" ,
Original file line number Diff line number Diff line change 3
3
from zeep .plugins import Plugin # noqa
4
4
from zeep .xsd .valueobjects import AnyObject # noqa
5
5
6
- __version__ = '1.1 .0'
6
+ __version__ = '1.2 .0'
You can’t perform that action at this time.
0 commit comments