Skip to content

Commit 77489a5

Browse files
committed
final versions
1 parent 08c4014 commit 77489a5

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__ = '2.1.3.dev2'
1+
__version__ = '2.1.3'
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.32.3
2-
cuenca-validations==2.1.5.dev6
2+
cuenca-validations==2.1.5
33
pydantic-extra-types==2.10.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
python_requires='>=3.9',
2525
install_requires=[
2626
'requests>=2.32.0',
27-
'cuenca-validations>=2.1.5.dev6',
27+
'cuenca-validations>=2.1.5',
2828
'pydantic-extra-types>=2.10.0',
2929
],
3030
classifiers=[

0 commit comments

Comments
 (0)