We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71801c7 commit ca9f0f0Copy full SHA for ca9f0f0
cuenca/version.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.7.16'
+__version__ = '0.7.17'
2
CLIENT_VERSION = __version__
3
API_VERSION = '2020-03-19'
setup.py
@@ -25,7 +25,7 @@
25
install_requires=[
26
'requests>=2.24,<28',
27
'dataclasses>=0.7;python_version<"3.7"',
28
- 'cuenca-validations>=0.9.18,<0.9.22',
+ 'cuenca-validations>=0.9.18,<0.9.23',
29
],
30
classifiers=[
31
'Programming Language :: Python :: 3',
0 commit comments