Skip to content

Commit 1b59312

Browse files
Bump cuenca-validations from 0.7.9 to 0.8.2 (#136)
1 parent 61e5443 commit 1b59312

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cuenca/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.6.5'
1+
__version__ = '0.7.0'
22
CLIENT_VERSION = __version__
33
API_VERSION = '2020-03-19'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.25.1
2-
cuenca-validations==0.7.9
2+
cuenca-validations==0.8.2
33
dataclasses>=0.7;python_version<"3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
python_requires='>=3.6',
2525
install_requires=[
2626
'requests>=2.24,<2.26',
27-
'cuenca-validations>=0.7.0,<0.8.0',
27+
'cuenca-validations>=0.8.0,<0.9.0',
2828
'dataclasses>=0.7;python_version<"3.7"',
2929
],
3030
classifiers=[

0 commit comments

Comments
 (0)