We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21a201 commit a10ad7eCopy full SHA for a10ad7e
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
strategy:
22
matrix:
23
- python-version: [3.6, 3.7, 3.8]
+ python-version: [3.7, 3.8, 3.9]
24
steps:
25
- uses: actions/checkout@v2.4.0
26
- name: Set up Python ${{ matrix.python-version }}
cuenca/version.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.15.4'
+__version__ = '0.15.5'
2
CLIENT_VERSION = __version__
3
API_VERSION = '2020-03-19'
requirements.txt
requests==2.27.1
-cuenca-validations==0.11.11
+cuenca-validations==0.11.12
dataclasses>=0.7;python_version<"3.7"
0 commit comments