Skip to content

Commit a75f98b

Browse files
authored
bump cv (#314)
1 parent f43555a commit a75f98b

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.14.3'
1+
__version__ = '0.14.4'
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.27.1
2-
cuenca-validations==0.11.1
2+
cuenca-validations==0.11.3
33
dataclasses>=0.7;python_version<"3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
install_requires=[
2626
'requests>=2.24,<28',
2727
'dataclasses>=0.7;python_version<"3.7"',
28-
'cuenca-validations>= 0.11.0,<0.12.0',
28+
'cuenca-validations>= 0.11.3,<0.12.0',
2929
],
3030
classifiers=[
3131
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)